#C0A386

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

Shades of Rodeo Dust #C0A386

Tints of Rodeo Dust #C0A386

Color information

#C0A386 (or 0xC0A386) is unknown color: approx Rodeo Dust. HEX triplet: C0, A3 and 86. RGB value is (192,163,134). Sum of RGB (Red+Green+Blue) = 192+163+134=489 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.26% from 489); Green value is 163 (64.06% from 255 or 33.33% from 489); Blue value is 134 (52.73% from 255 or 27.40% from 489); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A386 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A386 is #3F5C79. Grayscale: #A8A8A8. Windows color (decimal): -4152442 or 8823744. OLE color: 8823744.

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

Color convert

RGB192163134-
CMYK00.150.300.25
HSL30º31.52%63.92%-
HSV(B)30º30.21%75.29%-
XYZ39.1439.1228.04-
YUV168.36108.61144.86-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.26%
GREEN value IS 163 (64.06% from 255) = 33.33%
BLUE value IS 134 (52.73% from 255) = 27.40%
R=39.26%
G=33.33%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19216313400.150.300.253031.5263.92
HexC0A3860F1E191e2040
Octal30024320601736313640100
Binary110000001010001110000110011111111011001111101000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A386; }

 p { color: rgb(192,163,134); }

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

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

 a { background-color: rgb(192,163,134); }

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

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

 span { border-color: rgb(192,163,134); }

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