#C0A085

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

Shades of Rodeo Dust #C0A085

Tints of Rodeo Dust #C0A085

Color information

#C0A085 (or 0xC0A085) is unknown color: approx Rodeo Dust. HEX triplet: C0, A0 and 85. RGB value is (192,160,133). Sum of RGB (Red+Green+Blue) = 192+160+133=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 160 (62.89% from 255 or 32.99% from 485); Blue value is 133 (52.34% from 255 or 27.42% from 485); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A085 is #3F5F7A. Grayscale: #A6A6A6. Windows color (decimal): -4153211 or 8757440. OLE color: 8757440.

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

Color convert

RGB192160133-
CMYK00.170.310.25
HSL27.46º31.89%63.73%-
HSV(B)27.46º30.73%75.29%-
XYZ38.5438.0427.5-
YUV166.49109.1146.2-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.59%
GREEN value IS 160 (62.89% from 255) = 32.99%
BLUE value IS 133 (52.34% from 255) = 27.42%
R=39.59%
G=32.99%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19216013300.170.310.2527.4631.8963.73
HexC0A0850111F191b2040
Octal30024020502137313340100
Binary1100000010100000100001010100011111111001110111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A085; }

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

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

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

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

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

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

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

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