#C2A58C

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

Shades of Rodeo Dust #C2A58C

Tints of Rodeo Dust #C2A58C

Color information

#C2A58C (or 0xC2A58C) is unknown color: approx Rodeo Dust. HEX triplet: C2, A5 and 8C. RGB value is (194,165,140). Sum of RGB (Red+Green+Blue) = 194+165+140=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 165 (64.84% from 255 or 33.07% from 499); Blue value is 140 (55.08% from 255 or 28.06% from 499); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A58C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A58C is #3D5A73. Grayscale: #AAAAAA. Windows color (decimal): -4020852 or 9217474. OLE color: 9217474.

HSL color Cylindrical-coordinate representation of color #C2A58C: hue angle of 27.78º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C2A58C is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB194165140-
CMYK00.150.280.24
HSL27.78º30.68%65.49%-
HSV(B)27.78º27.84%76.08%-
XYZ40.4440.2730.45-
YUV170.82110.61144.53-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.88%
GREEN value IS 165 (64.84% from 255) = 33.07%
BLUE value IS 140 (55.08% from 255) = 28.06%
R=38.88%
G=33.07%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416514000.150.280.2427.7830.6865.49
HexC2A58C0F1C181c1f41
Octal30224521401734303437101
Binary11000010101001011000110001111111001100011100111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A58C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A58C; }

 p { color: rgb(194,165,140); }

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

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

 a { background-color: rgb(194,165,140); }

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

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

 span { border-color: rgb(194,165,140); }

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