#C0A08A

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

Shades of Rodeo Dust #C0A08A

Tints of Rodeo Dust #C0A08A

Color information

#C0A08A (or 0xC0A08A) is unknown color: approx Rodeo Dust. HEX triplet: C0, A0 and 8A. RGB value is (192,160,138). Sum of RGB (Red+Green+Blue) = 192+160+138=490 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.18% from 490); Green value is 160 (62.89% from 255 or 32.65% from 490); Blue value is 138 (54.30% from 255 or 28.16% from 490); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A08A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A08A is #3F5F75. Grayscale: #A7A7A7. Windows color (decimal): -4153206 or 9085120. OLE color: 9085120.

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

Color convert

RGB192160138-
CMYK00.170.280.25
HSL24.44º30%64.71%-
HSV(B)24.44º28.12%75.29%-
XYZ38.938.1829.36-
YUV167.06111.6145.79-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.18%
GREEN value IS 160 (62.89% from 255) = 32.65%
BLUE value IS 138 (54.30% from 255) = 28.16%
R=39.18%
G=32.65%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19216013800.170.280.2524.443064.71
HexC0A08A0111C19181e41
Octal30024021202134313036101
Binary110000001010000010001010010001111001100111000111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A08A; }

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

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

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

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

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

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

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

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