#C8AA8E

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

Shades of Rodeo Dust #C8AA8E

Tints of Rodeo Dust #C8AA8E

Color information

#C8AA8E (or 0xC8AA8E) is unknown color: approx Rodeo Dust. HEX triplet: C8, AA and 8E. RGB value is (200,170,142). Sum of RGB (Red+Green+Blue) = 200+170+142=512 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.06% from 512); Green value is 170 (66.80% from 255 or 33.20% from 512); Blue value is 142 (55.86% from 255 or 27.73% from 512); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AA8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AA8E is #375571. Grayscale: #AFAFAF. Windows color (decimal): -3626354 or 9349832. OLE color: 9349832.

HSL color Cylindrical-coordinate representation of color #C8AA8E: hue angle of 28.97º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C8AA8E is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB200170142-
CMYK00.150.290.22
HSL28.97º34.52%67.06%-
HSV(B)28.97º29%78.43%-
XYZ43.0842.9831.62-
YUV175.78108.94145.28-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.06%
GREEN value IS 170 (66.80% from 255) = 33.20%
BLUE value IS 142 (55.86% from 255) = 27.73%
R=39.06%
G=33.20%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017014200.150.290.2228.9734.5267.06
HexC8AA8E0F1D161d2343
Octal31025221601735263543103
Binary110010001010101010001110011111110110110111011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AA8E; }

 p { color: rgb(200,170,142); }

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

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

 a { background-color: rgb(200,170,142); }

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

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

 span { border-color: rgb(200,170,142); }

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