#C8AA80

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

Shades of Rodeo Dust #C8AA80

Tints of Rodeo Dust #C8AA80

Color information

#C8AA80 (or 0xC8AA80) is unknown color: approx Rodeo Dust. HEX triplet: C8, AA and 80. RGB value is (200,170,128). Sum of RGB (Red+Green+Blue) = 200+170+128=498 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.16% from 498); Green value is 170 (66.80% from 255 or 34.14% from 498); Blue value is 128 (50.39% from 255 or 25.70% from 498); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AA80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AA80 is #37557F. Grayscale: #AEAEAE. Windows color (decimal): -3626368 or 8432328. OLE color: 8432328.

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

Color convert

RGB200170128-
CMYK00.150.360.22
HSL35º39.56%64.31%-
HSV(B)35º36%78.43%-
XYZ42.0942.5926.42-
YUV174.18101.94146.42-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.16%
GREEN value IS 170 (66.80% from 255) = 34.14%
BLUE value IS 128 (50.39% from 255) = 25.70%
R=40.16%
G=34.14%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017012800.150.360.223539.5664.31
HexC8AA800F2416232840
Octal31025220001744264350100
Binary11001000101010101000000001111100100101101000111010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AA80; }

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

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

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

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

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

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

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

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