#C8A987

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

Shades of Rodeo Dust #C8A987

Tints of Rodeo Dust #C8A987

Color information

#C8A987 (or 0xC8A987) is unknown color: approx Rodeo Dust. HEX triplet: C8, A9 and 87. RGB value is (200,169,135). Sum of RGB (Red+Green+Blue) = 200+169+135=504 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.68% from 504); Green value is 169 (66.41% from 255 or 33.53% from 504); Blue value is 135 (53.12% from 255 or 26.79% from 504); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A987 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A987 is #375678. Grayscale: #AEAEAE. Windows color (decimal): -3626617 or 8890824. OLE color: 8890824.

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

Color convert

RGB200169135-
CMYK00.160.320.22
HSL31.38º37.14%65.69%-
HSV(B)31.38º32.5%78.43%-
XYZ42.3842.428.87-
YUV174.39105.77146.26-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.68%
GREEN value IS 169 (66.41% from 255) = 33.53%
BLUE value IS 135 (53.12% from 255) = 26.79%
R=39.68%
G=33.53%
B=26.79%

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
Decimal20016913500.160.320.2231.3837.1465.69
HexC8A98701020161f2542
Octal31025120702040263745102
Binary11001000101010011000011101000010000010110111111001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A987; }

 p { color: rgb(200,169,135); }

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

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

 a { background-color: rgb(200,169,135); }

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

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

 span { border-color: rgb(200,169,135); }

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