#C2A552

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

Shades of Sundance #C2A552

Tints of Sundance #C2A552

Color information

#C2A552 (or 0xC2A552) is unknown color: approx Sundance. HEX triplet: C2, A5 and 52. RGB value is (194,165,82). Sum of RGB (Red+Green+Blue) = 194+165+82=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 165 (64.84% from 255 or 37.41% from 441); Blue value is 82 (32.42% from 255 or 18.59% from 441); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A552 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A552 is #3D5AAD. Grayscale: #A4A4A4. Windows color (decimal): -4020910 or 5416386. OLE color: 5416386.

HSL color Cylindrical-coordinate representation of color #C2A552: hue angle of 44.46º 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 #C2A552 is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB19416582-
CMYK00.150.580.24
HSL44.46º47.86%54.12%-
HSV(B)44.46º57.73%76.08%-
XYZ37.2338.9913.55-
YUV164.2181.61149.25-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.99%
GREEN value IS 165 (64.84% from 255) = 37.41%
BLUE value IS 82 (32.42% from 255) = 18.59%
R=43.99%
G=37.41%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941658200.150.580.2444.4647.8654.12
HexC2A5520F3A182c3036
Octal3022451220177230546066
Binary110000101010010110100100111111101011000101100110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A552; }

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

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

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

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

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

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

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

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