#C2AA41

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

Shades of Sundance #C2AA41

Tints of Sundance #C2AA41

Color information

#C2AA41 (or 0xC2AA41) is unknown color: approx Sundance. HEX triplet: C2, AA and 41. RGB value is (194,170,65). Sum of RGB (Red+Green+Blue) = 194+170+65=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 170 (66.80% from 255 or 39.63% from 429); Blue value is 65 (25.78% from 255 or 15.15% from 429); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AA41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AA41 is #3D55BE. Grayscale: #A5A5A5. Windows color (decimal): -4019647 or 4303554. OLE color: 4303554.

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

Color convert

RGB19417065-
CMYK00.120.660.24
HSL48.84º51.39%50.78%-
HSV(B)48.84º66.49%76.08%-
XYZ37.5840.610.86-
YUV165.2171.45148.54-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.22%
GREEN value IS 170 (66.80% from 255) = 39.63%
BLUE value IS 65 (25.78% from 255) = 15.15%
R=45.22%
G=39.63%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.66
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941706500.120.660.2448.8451.3950.78
HexC2AA410C4218313333
Octal30225210101410230616363
Binary1100001010101010100000101100100001011000110001110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AA41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AA41; }

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

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

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

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

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

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

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

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