#C7AB52

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

Shades of Sundance #C7AB52

Tints of Sundance #C7AB52

Color information

#C7AB52 (or 0xC7AB52) is unknown color: approx Sundance. HEX triplet: C7, AB and 52. RGB value is (199,171,82). Sum of RGB (Red+Green+Blue) = 199+171+82=452 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.03% from 452); Green value is 171 (67.19% from 255 or 37.83% from 452); Blue value is 82 (32.42% from 255 or 18.14% from 452); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AB52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7AB52 is #3854AD. Grayscale: #A9A9A9. Windows color (decimal): -3691694 or 5417927. OLE color: 5417927.

HSL color Cylindrical-coordinate representation of color #C7AB52: hue angle of 45.64º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C7AB52 is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB19917182-
CMYK00.140.590.22
HSL45.64º51.09%55.1%-
HSV(B)45.64º58.79%78.04%-
XYZ39.6441.8813.98-
YUV169.2378.78149.24-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.03%
GREEN value IS 171 (67.19% from 255) = 37.83%
BLUE value IS 82 (32.42% from 255) = 18.14%
R=44.03%
G=37.83%
B=18.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991718200.140.590.2245.6451.0955.1
HexC7AB520E3B162e3337
Octal3072531220167326566367
Binary110001111010101110100100111011101110110101110110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AB52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AB52; }

 p { color: rgb(199,171,82); }

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

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

 a { background-color: rgb(199,171,82); }

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

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

 span { border-color: rgb(199,171,82); }

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