#C8A887

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

Shades of Rodeo Dust #C8A887

Tints of Rodeo Dust #C8A887

Color information

#C8A887 (or 0xC8A887) is unknown color: approx Rodeo Dust. HEX triplet: C8, A8 and 87. RGB value is (200,168,135). Sum of RGB (Red+Green+Blue) = 200+168+135=503 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.76% from 503); Green value is 168 (66.02% from 255 or 33.40% from 503); Blue value is 135 (53.12% from 255 or 26.84% from 503); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A887 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A887 is #375778. Grayscale: #ADADAD. Windows color (decimal): -3626873 or 8890568. OLE color: 8890568.

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

Color convert

RGB200168135-
CMYK00.160.320.22
HSL30.46º37.14%65.69%-
HSV(B)30.46º32.5%78.43%-
XYZ42.242.0328.81-
YUV173.81106.1146.68-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.76%
GREEN value IS 168 (66.02% from 255) = 33.40%
BLUE value IS 135 (53.12% from 255) = 26.84%
R=39.76%
G=33.40%
B=26.84%

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
Decimal20016813500.160.320.2230.4637.1465.69
HexC8A88701020161e2542
Octal31025020702040263645102
Binary11001000101010001000011101000010000010110111101001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A887; }

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

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

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

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

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

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

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

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