#c2ab47

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

Shades of Sundance #C2AB47

Tints of Sundance #C2AB47

Color information

#C2AB47 (or 0xC2AB47) is unknown color: approx Sundance. HEX triplet: C2, AB and 47. RGB value is (194,171,71). Sum of RGB (Red+Green+Blue) = 194+171+71=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 171 (67.19% from 255 or 39.22% from 436); Blue value is 71 (28.12% from 255 or 16.28% from 436); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AB47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AB47 is #3D54B8. Grayscale: #A6A6A6. Windows color (decimal): -4019385 or 4697026. OLE color: 4697026.

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

Color convert

RGB19417171-
CMYK00.120.630.24
HSL48.78º50.2%51.96%-
HSV(B)48.78º63.4%76.08%-
XYZ37.9541.0511.88-
YUV166.4874.12147.63-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.50%
GREEN value IS 171 (67.19% from 255) = 39.22%
BLUE value IS 71 (28.12% from 255) = 16.28%
R=44.50%
G=39.22%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941717100.120.630.2448.7850.251.96
HexC2AB470C3F18313234
Octal3022531070147730616264
Binary110000101010101110001110110011111111000110001110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c2ab47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c2ab47; }

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

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

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

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

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

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

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

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