#C2AC48

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

Shades of Sundance #C2AC48

Tints of Sundance #C2AC48

Color information

#C2AC48 (or 0xC2AC48) is unknown color: approx Sundance. HEX triplet: C2, AC and 48. RGB value is (194,172,72). Sum of RGB (Red+Green+Blue) = 194+172+72=438 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.29% from 438); Green value is 172 (67.58% from 255 or 39.27% from 438); Blue value is 72 (28.52% from 255 or 16.44% from 438); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AC48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AC48 is #3D53B7. Grayscale: #A7A7A7. Windows color (decimal): -4019128 or 4762818. OLE color: 4762818.

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

Color convert

RGB19417272-
CMYK00.110.630.24
HSL49.18º50%52.16%-
HSV(B)49.18º62.89%76.08%-
XYZ38.1741.4412.12-
YUV167.1874.29147.13-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.29%
GREEN value IS 172 (67.58% from 255) = 39.27%
BLUE value IS 72 (28.52% from 255) = 16.44%
R=44.29%
G=39.27%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941727200.110.630.2449.185052.16
HexC2AC480B3F18313234
Octal3022541100137730616264
Binary110000101010110010010000101111111111000110001110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AC48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AC48; }

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

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

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

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

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

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

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

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