#C49E79

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

Shades of Rodeo Dust #C49E79

Tints of Rodeo Dust #C49E79

Color information

#C49E79 (or 0xC49E79) is unknown color: approx Rodeo Dust. HEX triplet: C4, 9E and 79. RGB value is (196,158,121). Sum of RGB (Red+Green+Blue) = 196+158+121=475 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.26% from 475); Green value is 158 (62.11% from 255 or 33.26% from 475); Blue value is 121 (47.66% from 255 or 25.47% from 475); Max value from RGB is 196 - color contains mainly: red. Hex color #C49E79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49E79 is #3B6186. Grayscale: #A5A5A5. Windows color (decimal): -3891591 or 7970500. OLE color: 7970500.

HSL color Cylindrical-coordinate representation of color #C49E79: hue angle of 29.6º 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 #C49E79 is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB196158121-
CMYK00.190.380.23
HSL29.6º38.86%62.16%-
HSV(B)29.6º38.27%76.86%-
XYZ38.4437.5723.31-
YUV165.14103.09150.01-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.26%
GREEN value IS 158 (62.11% from 255) = 33.26%
BLUE value IS 121 (47.66% from 255) = 25.47%
R=41.26%
G=33.26%
B=25.47%

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
Decimal19615812100.190.380.2329.638.8662.16
HexC49E7901326171e273e
Octal3042361710234627364776
Binary110001001001111011110010100111001101011111110100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49E79; }

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

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

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

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

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

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

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

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