#C2A052

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

Shades of Sundance #C2A052

Tints of Sundance #C2A052

Color information

#C2A052 (or 0xC2A052) is unknown color: approx Sundance. HEX triplet: C2, A0 and 52. RGB value is (194,160,82). Sum of RGB (Red+Green+Blue) = 194+160+82=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 160 (62.89% from 255 or 36.70% from 436); Blue value is 82 (32.42% from 255 or 18.81% from 436); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A052 is #3D5FAD. Grayscale: #A1A1A1. Windows color (decimal): -4022190 or 5415106. OLE color: 5415106.

HSL color Cylindrical-coordinate representation of color #C2A052: hue angle of 41.79º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C2A052 is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB19416082-
CMYK00.180.580.24
HSL41.79º47.86%54.12%-
HSV(B)41.79º57.73%76.08%-
XYZ36.3437.2213.25-
YUV161.2783.26151.34-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.50%
GREEN value IS 160 (62.89% from 255) = 36.70%
BLUE value IS 82 (32.42% from 255) = 18.81%
R=44.50%
G=36.70%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941608200.180.580.2441.7947.8654.12
HexC2A0520123A182a3036
Octal3022401220227230526066
Binary1100001010100000101001001001011101011000101010110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A052; }

 p { color: rgb(194,160,82); }

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

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

 a { background-color: rgb(194,160,82); }

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

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

 span { border-color: rgb(194,160,82); }

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