#C8A889

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

Shades of Rodeo Dust #C8A889

Tints of Rodeo Dust #C8A889

Color information

#C8A889 (or 0xC8A889) is unknown color: approx Rodeo Dust. HEX triplet: C8, A8 and 89. RGB value is (200,168,137). Sum of RGB (Red+Green+Blue) = 200+168+137=505 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.60% from 505); Green value is 168 (66.02% from 255 or 33.27% from 505); Blue value is 137 (53.91% from 255 or 27.13% from 505); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A889 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A889 is #375776. Grayscale: #AEAEAE. Windows color (decimal): -3626871 or 9021640. OLE color: 9021640.

HSL color Cylindrical-coordinate representation of color #C8A889: hue angle of 29.52º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C8A889 is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB200168137-
CMYK00.160.320.22
HSL29.52º36.42%66.08%-
HSV(B)29.52º31.5%78.43%-
XYZ42.3442.0929.56-
YUV174.03107.1146.52-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.60%
GREEN value IS 168 (66.02% from 255) = 33.27%
BLUE value IS 137 (53.91% from 255) = 27.13%
R=39.60%
G=33.27%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016813700.160.320.2229.5236.4266.08
HexC8A88901020161e2442
Octal31025021102040263644102
Binary11001000101010001000100101000010000010110111101001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A889; }

 p { color: rgb(200,168,137); }

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

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

 a { background-color: rgb(200,168,137); }

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

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

 span { border-color: rgb(200,168,137); }

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