#C0A591

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

Shades of Rodeo Dust #C0A591

Tints of Rodeo Dust #C0A591

Color information

#C0A591 (or 0xC0A591) is unknown color: approx Rodeo Dust. HEX triplet: C0, A5 and 91. RGB value is (192,165,145). Sum of RGB (Red+Green+Blue) = 192+165+145=502 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.25% from 502); Green value is 165 (64.84% from 255 or 32.87% from 502); Blue value is 145 (57.03% from 255 or 28.88% from 502); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A591 is #3F5A6E. Grayscale: #AAAAAA. Windows color (decimal): -4151919 or 9545152. OLE color: 9545152.

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

Color convert

RGB192165145-
CMYK00.140.240.25
HSL25.53º27.17%66.08%-
HSV(B)25.53º24.48%75.29%-
XYZ40.340.1632.42-
YUV170.79113.45143.13-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.25%
GREEN value IS 165 (64.84% from 255) = 32.87%
BLUE value IS 145 (57.03% from 255) = 28.88%
R=38.25%
G=32.87%
B=28.88%

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
Decimal19216514500.140.240.2525.5327.1766.08
HexC0A5910E18191a1b42
Octal30024522101630313233102
Binary11000000101001011001000101110110001100111010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A591; }

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

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

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

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

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

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

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

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