#C9A151

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

Shades of Sundance #C9A151

Tints of Sundance #C9A151

Color information

#C9A151 (or 0xC9A151) is unknown color: approx Sundance. HEX triplet: C9, A1 and 51. RGB value is (201,161,81). Sum of RGB (Red+Green+Blue) = 201+161+81=443 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.37% from 443); Green value is 161 (63.28% from 255 or 36.34% from 443); Blue value is 81 (32.03% from 255 or 18.28% from 443); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A151 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A151 is #365EAE. Grayscale: #A4A4A4. Windows color (decimal): -3563183 or 5349833. OLE color: 5349833.

HSL color Cylindrical-coordinate representation of color #C9A151: hue angle of 40º 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 #C9A151 is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB20116181-
CMYK00.200.600.21
HSL40º52.63%55.29%-
HSV(B)40º59.7%78.82%-
XYZ38.3238.513.2-
YUV163.8481.25154.5-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.37%
GREEN value IS 161 (63.28% from 255) = 36.34%
BLUE value IS 81 (32.03% from 255) = 18.28%
R=45.37%
G=36.34%
B=18.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011618100.200.600.214052.6355.29
HexC9A1510143C15283537
Octal3112411210247425506567
Binary1100100110100001101000101010011110010101101000110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A151; }

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

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

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

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

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

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

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

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