#C9A251

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

Shades of Sundance #C9A251

Tints of Sundance #C9A251

Color information

#C9A251 (or 0xC9A251) is unknown color: approx Sundance. HEX triplet: C9, A2 and 51. RGB value is (201,162,81). Sum of RGB (Red+Green+Blue) = 201+162+81=444 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.27% from 444); Green value is 162 (63.67% from 255 or 36.49% from 444); Blue value is 81 (32.03% from 255 or 18.24% from 444); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A251 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A251 is #365DAE. Grayscale: #A4A4A4. Windows color (decimal): -3562927 or 5350089. OLE color: 5350089.

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

Color convert

RGB20116281-
CMYK00.190.600.21
HSL40.5º52.63%55.29%-
HSV(B)40.5º59.7%78.82%-
XYZ38.4938.8513.26-
YUV164.4380.92154.09-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.27%
GREEN value IS 162 (63.67% from 255) = 36.49%
BLUE value IS 81 (32.03% from 255) = 18.24%
R=45.27%
G=36.49%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011628100.190.600.2140.552.6355.29
HexC9A2510133C15283537
Octal3112421210237425506567
Binary1100100110100010101000101001111110010101101000110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A251; }

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

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

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

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

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

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

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

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