#C2AA48

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

Shades of Sundance #C2AA48

Tints of Sundance #C2AA48

Color information

#C2AA48 (or 0xC2AA48) is unknown color: approx Sundance. HEX triplet: C2, AA and 48. RGB value is (194,170,72). Sum of RGB (Red+Green+Blue) = 194+170+72=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 170 (66.80% from 255 or 38.99% from 436); Blue value is 72 (28.52% from 255 or 16.51% from 436); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AA48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AA48 is #3D55B7. Grayscale: #A6A6A6. Windows color (decimal): -4019640 or 4762306. OLE color: 4762306.

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

Color convert

RGB19417072-
CMYK00.120.630.24
HSL48.2º50%52.16%-
HSV(B)48.2º62.89%76.08%-
XYZ37.7940.6911.99-
YUV16674.95147.97-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.50%
GREEN value IS 170 (66.80% from 255) = 38.99%
BLUE value IS 72 (28.52% from 255) = 16.51%
R=44.50%
G=38.99%
B=16.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941707200.120.630.2448.25052.16
HexC2AA480C3F18303234
Octal3022521100147730606264
Binary110000101010101010010000110011111111000110000110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AA48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AA48; }

 p { color: rgb(194,170,72); }

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

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

 a { background-color: rgb(194,170,72); }

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

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

 span { border-color: rgb(194,170,72); }

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