#C0A185

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

Shades of Rodeo Dust #C0A185

Tints of Rodeo Dust #C0A185

Color information

#C0A185 (or 0xC0A185) is unknown color: approx Rodeo Dust. HEX triplet: C0, A1 and 85. RGB value is (192,161,133). Sum of RGB (Red+Green+Blue) = 192+161+133=486 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.51% from 486); Green value is 161 (63.28% from 255 or 33.13% from 486); Blue value is 133 (52.34% from 255 or 27.37% from 486); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A185 is #3F5E7A. Grayscale: #A7A7A7. Windows color (decimal): -4152955 or 8757696. OLE color: 8757696.

HSL color Cylindrical-coordinate representation of color #C0A185: hue angle of 28.47º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C0A185 is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB192161133-
CMYK00.160.310.25
HSL28.47º31.89%63.73%-
HSV(B)28.47º30.73%75.29%-
XYZ38.7238.3927.56-
YUV167.08108.77145.78-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.51%
GREEN value IS 161 (63.28% from 255) = 33.13%
BLUE value IS 133 (52.34% from 255) = 27.37%
R=39.51%
G=33.13%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19216113300.160.310.2528.4731.8963.73
HexC0A1850101F191c2040
Octal30024120502037313440100
Binary1100000010100001100001010100001111111001111001000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A185; }

 p { color: rgb(192,161,133); }

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

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

 a { background-color: rgb(192,161,133); }

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

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

 span { border-color: rgb(192,161,133); }

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