#C8A687

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

Shades of Rodeo Dust #C8A687

Tints of Rodeo Dust #C8A687

Color information

#C8A687 (or 0xC8A687) is unknown color: approx Rodeo Dust. HEX triplet: C8, A6 and 87. RGB value is (200,166,135). Sum of RGB (Red+Green+Blue) = 200+166+135=501 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.92% from 501); Green value is 166 (65.23% from 255 or 33.13% from 501); Blue value is 135 (53.12% from 255 or 26.95% from 501); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A687 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A687 is #375978. Grayscale: #ACACAC. Windows color (decimal): -3627385 or 8890056. OLE color: 8890056.

HSL color Cylindrical-coordinate representation of color #C8A687: hue angle of 28.62º 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 #C8A687 is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB200166135-
CMYK00.170.320.22
HSL28.62º37.14%65.69%-
HSV(B)28.62º32.5%78.43%-
XYZ41.8341.328.69-
YUV172.63106.76147.52-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.92%
GREEN value IS 166 (65.23% from 255) = 33.13%
BLUE value IS 135 (53.12% from 255) = 26.95%
R=39.92%
G=33.13%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016613500.170.320.2228.6237.1465.69
HexC8A68701120161d2542
Octal31024620702140263545102
Binary11001000101001101000011101000110000010110111011001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A687; }

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

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

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

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

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

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

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

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