#C9AB4E

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

Shades of Sundance #C9AB4E

Tints of Sundance #C9AB4E

Color information

#C9AB4E (or 0xC9AB4E) is unknown color: approx Sundance. HEX triplet: C9, AB and 4E. RGB value is (201,171,78). Sum of RGB (Red+Green+Blue) = 201+171+78=450 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.67% from 450); Green value is 171 (67.19% from 255 or 38% from 450); Blue value is 78 (30.86% from 255 or 17.33% from 450); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AB4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AB4E is #3654B1. Grayscale: #A9A9A9. Windows color (decimal): -3560626 or 5155785. OLE color: 5155785.

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

Color convert

RGB20117178-
CMYK00.150.610.21
HSL45.37º53.25%54.71%-
HSV(B)45.37º61.19%78.82%-
XYZ40.0342.0913.22-
YUV169.3776.44150.56-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.67%
GREEN value IS 171 (67.19% from 255) = 38%
BLUE value IS 78 (30.86% from 255) = 17.33%
R=44.67%
G=38%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.61
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011717800.150.610.2145.3753.2554.71
HexC9AB4E0F3D152d3537
Octal3112531160177525556567
Binary110010011010101110011100111111110110101101101110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AB4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AB4E; }

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

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

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

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

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

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

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

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