#C49F79

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

Shades of Rodeo Dust #C49F79

Tints of Rodeo Dust #C49F79

Color information

#C49F79 (or 0xC49F79) is unknown color: approx Rodeo Dust. HEX triplet: C4, 9F and 79. RGB value is (196,159,121). Sum of RGB (Red+Green+Blue) = 196+159+121=476 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.18% from 476); Green value is 159 (62.5% from 255 or 33.40% from 476); Blue value is 121 (47.66% from 255 or 25.42% from 476); Max value from RGB is 196 - color contains mainly: red. Hex color #C49F79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49F79 is #3B6086. Grayscale: #A5A5A5. Windows color (decimal): -3891335 or 7970756. OLE color: 7970756.

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

Color convert

RGB196159121-
CMYK00.190.380.23
HSL30.4º38.86%62.16%-
HSV(B)30.4º38.27%76.86%-
XYZ38.6137.9123.37-
YUV165.73102.76149.59-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.18%
GREEN value IS 159 (62.5% from 255) = 33.40%
BLUE value IS 121 (47.66% from 255) = 25.42%
R=41.18%
G=33.40%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615912100.190.380.2330.438.8662.16
HexC49F7901326171e273e
Octal3042371710234627364776
Binary110001001001111111110010100111001101011111110100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49F79; }

 p { color: rgb(196,159,121); }

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

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

 a { background-color: rgb(196,159,121); }

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

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

 span { border-color: rgb(196,159,121); }

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