#C8AA86

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

Shades of Rodeo Dust #C8AA86

Tints of Rodeo Dust #C8AA86

Color information

#C8AA86 (or 0xC8AA86) is unknown color: approx Rodeo Dust. HEX triplet: C8, AA and 86. RGB value is (200,170,134). Sum of RGB (Red+Green+Blue) = 200+170+134=504 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.68% from 504); Green value is 170 (66.80% from 255 or 33.73% from 504); Blue value is 134 (52.73% from 255 or 26.59% from 504); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AA86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AA86 is #375579. Grayscale: #AFAFAF. Windows color (decimal): -3626362 or 8825544. OLE color: 8825544.

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

Color convert

RGB200170134-
CMYK00.150.330.22
HSL32.73º37.5%65.49%-
HSV(B)32.73º33%78.43%-
XYZ42.542.7528.57-
YUV174.87104.94145.93-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.68%
GREEN value IS 170 (66.80% from 255) = 33.73%
BLUE value IS 134 (52.73% from 255) = 26.59%
R=39.68%
G=33.73%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017013400.150.330.2232.7337.565.49
HexC8AA860F2116212641
Octal31025220601741264146101
Binary11001000101010101000011001111100001101101000011001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AA86; }

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

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

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

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

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

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

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

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