#C8A787

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

Shades of Rodeo Dust #C8A787

Tints of Rodeo Dust #C8A787

Color information

#C8A787 (or 0xC8A787) is unknown color: approx Rodeo Dust. HEX triplet: C8, A7 and 87. RGB value is (200,167,135). Sum of RGB (Red+Green+Blue) = 200+167+135=502 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.84% from 502); Green value is 167 (65.62% from 255 or 33.27% from 502); Blue value is 135 (53.12% from 255 or 26.89% from 502); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A787 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A787 is #375878. Grayscale: #ADADAD. Windows color (decimal): -3627129 or 8890312. OLE color: 8890312.

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

Color convert

RGB200167135-
CMYK00.160.320.22
HSL29.54º37.14%65.69%-
HSV(B)29.54º32.5%78.43%-
XYZ42.0141.6728.75-
YUV173.22106.43147.1-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.84%
GREEN value IS 167 (65.62% from 255) = 33.27%
BLUE value IS 135 (53.12% from 255) = 26.89%
R=39.84%
G=33.27%
B=26.89%

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
Decimal20016713500.160.320.2229.5437.1465.69
HexC8A78701020161e2542
Octal31024720702040263645102
Binary11001000101001111000011101000010000010110111101001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A787; }

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

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

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

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

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

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

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

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