#C2AB49

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

Shades of Sundance #C2AB49

Tints of Sundance #C2AB49

Color information

#C2AB49 (or 0xC2AB49) is unknown color: approx Sundance. HEX triplet: C2, AB and 49. RGB value is (194,171,73). Sum of RGB (Red+Green+Blue) = 194+171+73=438 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.29% from 438); Green value is 171 (67.19% from 255 or 39.04% from 438); Blue value is 73 (28.91% from 255 or 16.67% from 438); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AB49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AB49 is #3D54B6. Grayscale: #A7A7A7. Windows color (decimal): -4019383 or 4828098. OLE color: 4828098.

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

Color convert

RGB19417173-
CMYK00.120.620.24
HSL48.6º49.79%52.35%-
HSV(B)48.6º62.37%76.08%-
XYZ38.0141.0812.23-
YUV166.775.12147.47-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.29%
GREEN value IS 171 (67.19% from 255) = 39.04%
BLUE value IS 73 (28.91% from 255) = 16.67%
R=44.29%
G=39.04%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941717300.120.620.2448.649.7952.35
HexC2AB490C3E18313234
Octal3022531110147630616264
Binary110000101010101110010010110011111011000110001110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AB49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AB49; }

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

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

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

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

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

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

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

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