#C1993C

Color #C1993C Roti (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Roti #C1993C

Tints of Roti #C1993C

Color information

#C1993C (or 0xC1993C) is unknown color: approx Roti. HEX triplet: C1, 99 and 3C. RGB value is (193,153,60). Sum of RGB (Red+Green+Blue) = 193+153+60=406 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.54% from 406); Green value is 153 (60.16% from 255 or 37.68% from 406); Blue value is 60 (23.83% from 255 or 14.78% from 406); Max value from RGB is 193 - color contains mainly: red. Hex color #C1993C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1993C is #3E66C3. Grayscale: #9A9A9A. Windows color (decimal): -4089540 or 3971521. OLE color: 3971521.

HSL color Cylindrical-coordinate representation of color #C1993C: hue angle of 41.95º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C1993C is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB19315360-
CMYK00.210.690.24
HSL41.95º52.57%49.61%-
HSV(B)41.95º68.91%75.69%-
XYZ34.234.459.12-
YUV154.3674.75155.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 193 (75.78% from 255) = 47.54%
GREEN value IS 153 (60.16% from 255) = 37.68%
BLUE value IS 60 (23.83% from 255) = 14.78%
R=47.54%
G=37.68%
B=14.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931536000.210.690.2441.9552.5749.61
HexC1993C01545182a3532
Octal3012317402510530526562
Binary1100000110011001111100010101100010111000101010110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1993C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1993C; }

 p { color: rgb(193,153,60); }

 H1.HeaderClassName
 {
   color: #C1993C;
 }
 .AnyTagClassName
 {
   color: #C1993C;
 }
</style>
background-color css

<style>
 a { background-color: #C1993C; }

 a { background-color: rgb(193,153,60); }

 div.DivClassName
 {
   background-color: #C1993C;
 }
 .BgClassName
 {
   background-color: #C1993C;
 }
</style>
border-color css

<style>
 span { border-color: #C1993C; }

 span { border-color: rgb(193,153,60); }

 td.TdClassName
 {
   border-color: #C1993C;
 }
 .TagClassName
 {
   border-color: #C1993C;
 }
</style>