#C9AB51

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

Shades of Sundance #C9AB51

Tints of Sundance #C9AB51

Color information

#C9AB51 (or 0xC9AB51) is unknown color: approx Sundance. HEX triplet: C9, AB and 51. RGB value is (201,171,81). Sum of RGB (Red+Green+Blue) = 201+171+81=453 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.37% from 453); Green value is 171 (67.19% from 255 or 37.75% from 453); Blue value is 81 (32.03% from 255 or 17.88% from 453); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AB51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AB51 is #3654AE. Grayscale: #AAAAAA. Windows color (decimal): -3560623 or 5352393. OLE color: 5352393.

HSL color Cylindrical-coordinate representation of color #C9AB51: hue angle of 45º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C9AB51 is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB20117181-
CMYK00.150.600.21
HSL45º52.63%55.29%-
HSV(B)45º59.7%78.82%-
XYZ40.1442.1413.8-
YUV169.7177.94150.32-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.37%
GREEN value IS 171 (67.19% from 255) = 37.75%
BLUE value IS 81 (32.03% from 255) = 17.88%
R=44.37%
G=37.75%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011718100.150.600.214552.6355.29
HexC9AB510F3C152d3537
Octal3112531210177425556567
Binary110010011010101110100010111111110010101101101110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AB51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AB51; }

 p { color: rgb(201,171,81); }

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

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

 a { background-color: rgb(201,171,81); }

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

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

 span { border-color: rgb(201,171,81); }

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