#C2AB42

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

Shades of Sundance #C2AB42

Tints of Sundance #C2AB42

Color information

#C2AB42 (or 0xC2AB42) is unknown color: approx Sundance. HEX triplet: C2, AB and 42. RGB value is (194,171,66). Sum of RGB (Red+Green+Blue) = 194+171+66=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 171 (67.19% from 255 or 39.68% from 431); Blue value is 66 (26.17% from 255 or 15.31% from 431); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AB42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AB42 is #3D54BD. Grayscale: #A6A6A6. Windows color (decimal): -4019390 or 4369346. OLE color: 4369346.

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

Color convert

RGB19417166-
CMYK00.120.660.24
HSL49.22º51.2%50.98%-
HSV(B)49.22º65.98%76.08%-
XYZ37.7940.9911.07-
YUV165.9171.62148.04-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.01%
GREEN value IS 171 (67.19% from 255) = 39.68%
BLUE value IS 66 (26.17% from 255) = 15.31%
R=45.01%
G=39.68%
B=15.31%

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
Decimal1941716600.120.660.2449.2251.250.98
HexC2AB420C4218313333
Octal30225310201410230616363
Binary1100001010101011100001001100100001011000110001110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AB42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AB42; }

 p { color: rgb(194,171,66); }

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

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

 a { background-color: rgb(194,171,66); }

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

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

 span { border-color: rgb(194,171,66); }

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