#C0A592

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

Shades of Rodeo Dust #C0A592

Tints of Rodeo Dust #C0A592

Color information

#C0A592 (or 0xC0A592) is unknown color: approx Rodeo Dust. HEX triplet: C0, A5 and 92. RGB value is (192,165,146). Sum of RGB (Red+Green+Blue) = 192+165+146=503 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.17% from 503); Green value is 165 (64.84% from 255 or 32.80% from 503); Blue value is 146 (57.42% from 255 or 29.03% from 503); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A592 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A592 is #3F5A6D. Grayscale: #ABABAB. Windows color (decimal): -4151918 or 9610688. OLE color: 9610688.

HSL color Cylindrical-coordinate representation of color #C0A592: hue angle of 24.78º 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 #C0A592 is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB192165146-
CMYK00.140.240.25
HSL24.78º26.74%66.27%-
HSV(B)24.78º23.96%75.29%-
XYZ40.3840.1932.82-
YUV170.91113.95143.04-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.17%
GREEN value IS 165 (64.84% from 255) = 32.80%
BLUE value IS 146 (57.42% from 255) = 29.03%
R=38.17%
G=32.80%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19216514600.140.240.2524.7826.7466.27
HexC0A5920E1819191b42
Octal30024522201630313133102
Binary11000000101001011001001001110110001100111001110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A592; }

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

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

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

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

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

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

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

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