#C0A089

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

Shades of Rodeo Dust #C0A089

Tints of Rodeo Dust #C0A089

Color information

#C0A089 (or 0xC0A089) is unknown color: approx Rodeo Dust. HEX triplet: C0, A0 and 89. RGB value is (192,160,137). Sum of RGB (Red+Green+Blue) = 192+160+137=489 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.26% from 489); Green value is 160 (62.89% from 255 or 32.72% from 489); Blue value is 137 (53.91% from 255 or 28.02% from 489); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A089 is #3F5F76. Grayscale: #A7A7A7. Windows color (decimal): -4153207 or 9019584. OLE color: 9019584.

HSL color Cylindrical-coordinate representation of color #C0A089: hue angle of 25.09º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C0A089 is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB192160137-
CMYK00.170.290.25
HSL25.09º30.39%64.51%-
HSV(B)25.09º28.65%75.29%-
XYZ38.8238.1528.99-
YUV166.95111.1145.87-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.26%
GREEN value IS 160 (62.89% from 255) = 32.72%
BLUE value IS 137 (53.91% from 255) = 28.02%
R=39.26%
G=32.72%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19216013700.170.290.2525.0930.3964.51
HexC0A0890111D19191e41
Octal30024021102135313136101
Binary110000001010000010001001010001111011100111001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A089; }

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

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

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

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

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

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

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

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