#C8A079

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

Shades of Rodeo Dust #C8A079

Tints of Rodeo Dust #C8A079

Color information

#C8A079 (or 0xC8A079) is unknown color: approx Rodeo Dust. HEX triplet: C8, A0 and 79. RGB value is (200,160,121). Sum of RGB (Red+Green+Blue) = 200+160+121=481 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.58% from 481); Green value is 160 (62.89% from 255 or 33.26% from 481); Blue value is 121 (47.66% from 255 or 25.16% from 481); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A079 is #375F86. Grayscale: #A7A7A7. Windows color (decimal): -3628935 or 7971016. OLE color: 7971016.

HSL color Cylindrical-coordinate representation of color #C8A079: hue angle of 29.62º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C8A079 is Cyan = 0, Magento = 0.2, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB200160121-
CMYK00.20.390.22
HSL29.62º41.8%62.94%-
HSV(B)29.62º39.5%78.43%-
XYZ39.8438.823.48-
YUV167.51101.75151.17-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.58%
GREEN value IS 160 (62.89% from 255) = 33.26%
BLUE value IS 121 (47.66% from 255) = 25.16%
R=41.58%
G=33.26%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016012100.20.390.2229.6241.862.94
HexC8A07901427161e2a3f
Octal3102401710244726365277
Binary110010001010000011110010101001001111011011110101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A079; }

 p { color: rgb(200,160,121); }

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

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

 a { background-color: rgb(200,160,121); }

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

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

 span { border-color: rgb(200,160,121); }

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