#C0A492

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

Shades of Rodeo Dust #C0A492

Tints of Rodeo Dust #C0A492

Color information

#C0A492 (or 0xC0A492) is unknown color: approx Rodeo Dust. HEX triplet: C0, A4 and 92. RGB value is (192,164,146). Sum of RGB (Red+Green+Blue) = 192+164+146=502 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.25% from 502); Green value is 164 (64.45% from 255 or 32.67% from 502); Blue value is 146 (57.42% from 255 or 29.08% from 502); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A492 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A492 is #3F5B6D. Grayscale: #AAAAAA. Windows color (decimal): -4152174 or 9610432. OLE color: 9610432.

HSL color Cylindrical-coordinate representation of color #C0A492: hue angle of 23.48º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0A492 is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB192164146-
CMYK00.150.240.25
HSL23.48º26.74%66.27%-
HSV(B)23.48º23.96%75.29%-
XYZ40.239.8332.76-
YUV170.32114.28143.46-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.25%
GREEN value IS 164 (64.45% from 255) = 32.67%
BLUE value IS 146 (57.42% from 255) = 29.08%
R=38.25%
G=32.67%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19216414600.150.240.2523.4826.7466.27
HexC0A4920F1819171b42
Octal30024422201730312733102
Binary11000000101001001001001001111110001100110111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A492; }

 p { color: rgb(192,164,146); }

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

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

 a { background-color: rgb(192,164,146); }

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

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

 span { border-color: rgb(192,164,146); }

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