#C2A54D

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

Shades of Sundance #C2A54D

Tints of Sundance #C2A54D

Color information

#C2A54D (or 0xC2A54D) is unknown color: approx Sundance. HEX triplet: C2, A5 and 4D. RGB value is (194,165,77). Sum of RGB (Red+Green+Blue) = 194+165+77=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 165 (64.84% from 255 or 37.84% from 436); Blue value is 77 (30.47% from 255 or 17.66% from 436); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A54D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A54D is #3D5AB2. Grayscale: #A4A4A4. Windows color (decimal): -4020915 or 5088706. OLE color: 5088706.

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

Color convert

RGB19416577-
CMYK00.150.600.24
HSL45.13º48.95%53.14%-
HSV(B)45.13º60.31%76.08%-
XYZ37.0438.9212.58-
YUV163.6479.11149.66-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.50%
GREEN value IS 165 (64.84% from 255) = 37.84%
BLUE value IS 77 (30.47% from 255) = 17.66%
R=44.50%
G=37.84%
B=17.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941657700.150.600.2445.1348.9553.14
HexC2A54D0F3C182d3135
Octal3022451150177430556165
Binary110000101010010110011010111111110011000101101110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A54D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A54D; }

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

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

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

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

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

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

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

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