#C8A089

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

Shades of Rodeo Dust #C8A089

Tints of Rodeo Dust #C8A089

Color information

#C8A089 (or 0xC8A089) is unknown color: approx Rodeo Dust. HEX triplet: C8, A0 and 89. RGB value is (200,160,137). Sum of RGB (Red+Green+Blue) = 200+160+137=497 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.24% from 497); Green value is 160 (62.89% from 255 or 32.19% from 497); Blue value is 137 (53.91% from 255 or 27.57% from 497); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A089 is #375F76. Grayscale: #A9A9A9. Windows color (decimal): -3628919 or 9019592. OLE color: 9019592.

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

Color convert

RGB200160137-
CMYK00.20.320.22
HSL21.9º36.42%66.08%-
HSV(B)21.9º31.5%78.43%-
XYZ40.9139.2329.08-
YUV169.34109.75149.87-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.24%
GREEN value IS 160 (62.89% from 255) = 32.19%
BLUE value IS 137 (53.91% from 255) = 27.57%
R=40.24%
G=32.19%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016013700.20.320.2221.936.4266.08
HexC8A0890142016162442
Octal31024021102440262644102
Binary11001000101000001000100101010010000010110101101001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A089; }

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

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

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

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

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

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

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

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