#C9A152

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

Shades of Sundance #C9A152

Tints of Sundance #C9A152

Color information

#C9A152 (or 0xC9A152) is unknown color: approx Sundance. HEX triplet: C9, A1 and 52. RGB value is (201,161,82). Sum of RGB (Red+Green+Blue) = 201+161+82=444 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.27% from 444); Green value is 161 (63.28% from 255 or 36.26% from 444); Blue value is 82 (32.42% from 255 or 18.47% from 444); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A152 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A152 is #365EAD. Grayscale: #A4A4A4. Windows color (decimal): -3563182 or 5415369. OLE color: 5415369.

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

Color convert

RGB20116182-
CMYK00.200.590.21
HSL39.83º52.42%55.49%-
HSV(B)39.83º59.2%78.82%-
XYZ38.3638.5213.4-
YUV163.9581.75154.42-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.27%
GREEN value IS 161 (63.28% from 255) = 36.26%
BLUE value IS 82 (32.42% from 255) = 18.47%
R=45.27%
G=36.26%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011618200.200.590.2139.8352.4255.49
HexC9A1520143B15283437
Octal3112411220247325506467
Binary1100100110100001101001001010011101110101101000110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A152; }

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

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

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

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

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

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

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

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