#C8A086

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

Shades of Rodeo Dust #C8A086

Tints of Rodeo Dust #C8A086

Color information

#C8A086 (or 0xC8A086) is unknown color: approx Rodeo Dust. HEX triplet: C8, A0 and 86. RGB value is (200,160,134). Sum of RGB (Red+Green+Blue) = 200+160+134=494 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.49% from 494); Green value is 160 (62.89% from 255 or 32.39% from 494); Blue value is 134 (52.73% from 255 or 27.13% from 494); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A086 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A086 is #375F79. Grayscale: #A9A9A9. Windows color (decimal): -3628922 or 8822984. OLE color: 8822984.

HSL color Cylindrical-coordinate representation of color #C8A086: hue angle of 23.64º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C8A086 is Cyan = 0, Magento = 0.2, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB200160134-
CMYK00.20.330.22
HSL23.64º37.5%65.49%-
HSV(B)23.64º33%78.43%-
XYZ40.6939.1427.96-
YUV169108.25150.11-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.49%
GREEN value IS 160 (62.89% from 255) = 32.39%
BLUE value IS 134 (52.73% from 255) = 27.13%
R=40.49%
G=32.39%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016013400.20.330.2223.6437.565.49
HexC8A0860142116182641
Octal31024020602441263046101
Binary11001000101000001000011001010010000110110110001001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A086; }

 p { color: rgb(200,160,134); }

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

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

 a { background-color: rgb(200,160,134); }

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

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

 span { border-color: rgb(200,160,134); }

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