#C0A58E

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

Shades of Rodeo Dust #C0A58E

Tints of Rodeo Dust #C0A58E

Color information

#C0A58E (or 0xC0A58E) is unknown color: approx Rodeo Dust. HEX triplet: C0, A5 and 8E. RGB value is (192,165,142). Sum of RGB (Red+Green+Blue) = 192+165+142=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 165 (64.84% from 255 or 33.07% from 499); Blue value is 142 (55.86% from 255 or 28.46% from 499); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A58E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A58E is #3F5A71. Grayscale: #AAAAAA. Windows color (decimal): -4151922 or 9348544. OLE color: 9348544.

HSL color Cylindrical-coordinate representation of color #C0A58E: hue angle of 27.6º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C0A58E is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB192165142-
CMYK00.140.260.25
HSL27.6º28.41%65.49%-
HSV(B)27.6º26.04%75.29%-
XYZ40.0840.0731.21-
YUV170.45111.95143.37-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.48%
GREEN value IS 165 (64.84% from 255) = 33.07%
BLUE value IS 142 (55.86% from 255) = 28.46%
R=38.48%
G=33.07%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19216514200.140.260.2527.628.4165.49
HexC0A58E0E1A191c1c41
Octal30024521601632313434101
Binary11000000101001011000111001110110101100111100111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A58E; }

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

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

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

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

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

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

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

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