#C2AC44

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

Shades of Sundance #C2AC44

Tints of Sundance #C2AC44

Color information

#C2AC44 (or 0xC2AC44) is unknown color: approx Sundance. HEX triplet: C2, AC and 44. RGB value is (194,172,68). Sum of RGB (Red+Green+Blue) = 194+172+68=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 172 (67.58% from 255 or 39.63% from 434); Blue value is 68 (26.95% from 255 or 15.67% from 434); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AC44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AC44 is #3D53BB. Grayscale: #A7A7A7. Windows color (decimal): -4019132 or 4500674. OLE color: 4500674.

HSL color Cylindrical-coordinate representation of color #C2AC44: hue angle of 49.52º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C2AC44 is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB19417268-
CMYK00.110.650.24
HSL49.52º50.81%51.37%-
HSV(B)49.52º64.95%76.08%-
XYZ38.0441.3911.45-
YUV166.7272.29147.46-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.70%
GREEN value IS 172 (67.58% from 255) = 39.63%
BLUE value IS 68 (26.95% from 255) = 15.67%
R=44.70%
G=39.63%
B=15.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941726800.110.650.2449.5250.8151.37
HexC2AC440B4118323333
Octal30225410401310130626363
Binary1100001010101100100010001011100000111000110010110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AC44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AC44; }

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

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

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

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

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

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

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

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