#C2A37E

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

Shades of Rodeo Dust #C2A37E

Tints of Rodeo Dust #C2A37E

Color information

#C2A37E (or 0xC2A37E) is unknown color: approx Rodeo Dust. HEX triplet: C2, A3 and 7E. RGB value is (194,163,126). Sum of RGB (Red+Green+Blue) = 194+163+126=483 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.17% from 483); Green value is 163 (64.06% from 255 or 33.75% from 483); Blue value is 126 (49.61% from 255 or 26.09% from 483); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A37E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A37E is #3D5C81. Grayscale: #A8A8A8. Windows color (decimal): -4021378 or 8299458. OLE color: 8299458.

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

Color convert

RGB194163126-
CMYK00.160.350.24
HSL32.65º35.79%62.75%-
HSV(B)32.65º35.05%76.08%-
XYZ39.1139.1725.24-
YUV168.05104.27146.51-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.17%
GREEN value IS 163 (64.06% from 255) = 33.75%
BLUE value IS 126 (49.61% from 255) = 26.09%
R=40.17%
G=33.75%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416312600.160.350.2432.6535.7962.75
HexC2A37E010231821243f
Octal3022431760204330414477
Binary1100001010100011111111001000010001111000100001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A37E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A37E; }

 p { color: rgb(194,163,126); }

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

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

 a { background-color: rgb(194,163,126); }

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

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

 span { border-color: rgb(194,163,126); }

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