#C0A084

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

Shades of Rodeo Dust #C0A084

Tints of Rodeo Dust #C0A084

Color information

#C0A084 (or 0xC0A084) is unknown color: approx Rodeo Dust. HEX triplet: C0, A0 and 84. RGB value is (192,160,132). Sum of RGB (Red+Green+Blue) = 192+160+132=484 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.67% from 484); Green value is 160 (62.89% from 255 or 33.06% from 484); Blue value is 132 (51.95% from 255 or 27.27% from 484); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A084 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A084 is #3F5F7B. Grayscale: #A6A6A6. Windows color (decimal): -4153212 or 8691904. OLE color: 8691904.

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

Color convert

RGB192160132-
CMYK00.170.310.25
HSL28º32.26%63.53%-
HSV(B)28º31.25%75.29%-
XYZ38.4738.0127.14-
YUV166.38108.6146.28-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.67%
GREEN value IS 160 (62.89% from 255) = 33.06%
BLUE value IS 132 (51.95% from 255) = 27.27%
R=39.67%
G=33.06%
B=27.27%

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
Decimal19216013200.170.310.252832.2663.53
HexC0A0840111F191c2040
Octal30024020402137313440100
Binary1100000010100000100001000100011111111001111001000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A084; }

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

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

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

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

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

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

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

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