#C9A146

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

Shades of Sundance #C9A146

Tints of Sundance #C9A146

Color information

#C9A146 (or 0xC9A146) is unknown color: approx Sundance. HEX triplet: C9, A1 and 46. RGB value is (201,161,70). Sum of RGB (Red+Green+Blue) = 201+161+70=432 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.53% from 432); Green value is 161 (63.28% from 255 or 37.27% from 432); Blue value is 70 (27.73% from 255 or 16.20% from 432); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A146 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A146 is #365EB9. Grayscale: #A2A2A2. Windows color (decimal): -3563194 or 4628937. OLE color: 4628937.

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

Color convert

RGB20116170-
CMYK00.200.650.21
HSL41.68º54.81%53.14%-
HSV(B)41.68º65.17%78.82%-
XYZ37.9438.3511.2-
YUV162.5975.75155.4-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.53%
GREEN value IS 161 (63.28% from 255) = 37.27%
BLUE value IS 70 (27.73% from 255) = 16.20%
R=46.53%
G=37.27%
B=16.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011617000.200.650.2141.6854.8153.14
HexC9A14601441152a3735
Octal31124110602410125526765
Binary11001001101000011000110010100100000110101101010110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A146; }

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

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

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

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

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

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

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

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