#C2A47D

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

Shades of Rodeo Dust #C2A47D

Tints of Rodeo Dust #C2A47D

Color information

#C2A47D (or 0xC2A47D) is unknown color: approx Rodeo Dust. HEX triplet: C2, A4 and 7D. RGB value is (194,164,125). Sum of RGB (Red+Green+Blue) = 194+164+125=483 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.17% from 483); Green value is 164 (64.45% from 255 or 33.95% from 483); Blue value is 125 (49.22% from 255 or 25.88% from 483); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A47D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A47D is #3D5B82. Grayscale: #A8A8A8. Windows color (decimal): -4021123 or 8234178. OLE color: 8234178.

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

Color convert

RGB194164125-
CMYK00.150.360.24
HSL33.91º36.13%62.55%-
HSV(B)33.91º35.57%76.08%-
XYZ39.2339.524.96-
YUV168.52103.44146.17-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.17%
GREEN value IS 164 (64.45% from 255) = 33.95%
BLUE value IS 125 (49.22% from 255) = 25.88%
R=40.17%
G=33.95%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416412500.150.360.2433.9136.1362.55
HexC2A47D0F241822243f
Octal3022441750174430424477
Binary110000101010010011111010111110010011000100010100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A47D; }

 p { color: rgb(194,164,125); }

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

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

 a { background-color: rgb(194,164,125); }

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

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

 span { border-color: rgb(194,164,125); }

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