#C49E3F

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

Shades of Roti #C49E3F

Tints of Roti #C49E3F

Color information

#C49E3F (or 0xC49E3F) is unknown color: approx Roti. HEX triplet: C4, 9E and 3F. RGB value is (196,158,63). Sum of RGB (Red+Green+Blue) = 196+158+63=417 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.00% from 417); Green value is 158 (62.11% from 255 or 37.89% from 417); Blue value is 63 (25% from 255 or 15.11% from 417); Max value from RGB is 196 - color contains mainly: red. Hex color #C49E3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49E3F is #3B61C0. Grayscale: #9E9E9E. Windows color (decimal): -3891649 or 4169412. OLE color: 4169412.

HSL color Cylindrical-coordinate representation of color #C49E3F: hue angle of 42.86º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C49E3F is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB19615863-
CMYK00.190.680.23
HSL42.86º52.99%50.78%-
HSV(B)42.86º67.86%76.86%-
XYZ35.8936.559.87-
YUV158.5374.09154.72-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.00%
GREEN value IS 158 (62.11% from 255) = 37.89%
BLUE value IS 63 (25% from 255) = 15.11%
R=47.00%
G=37.89%
B=15.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961586300.190.680.2342.8652.9950.78
HexC49E3F01344172b3533
Octal3042367702310427536563
Binary1100010010011110111111010011100010010111101011110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49E3F; }

 p { color: rgb(196,158,63); }

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

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

 a { background-color: rgb(196,158,63); }

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

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

 span { border-color: rgb(196,158,63); }

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