#C9A953

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

Shades of Sundance #C9A953

Tints of Sundance #C9A953

Color information

#C9A953 (or 0xC9A953) is unknown color: approx Sundance. HEX triplet: C9, A9 and 53. RGB value is (201,169,83). Sum of RGB (Red+Green+Blue) = 201+169+83=453 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.37% from 453); Green value is 169 (66.41% from 255 or 37.31% from 453); Blue value is 83 (32.81% from 255 or 18.32% from 453); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A953 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A953 is #3656AC. Grayscale: #A9A9A9. Windows color (decimal): -3561133 or 5482953. OLE color: 5482953.

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

Color convert

RGB20116983-
CMYK00.160.590.21
HSL43.73º52.21%55.69%-
HSV(B)43.73º58.71%78.82%-
XYZ39.8441.4214.08-
YUV168.7679.6150.99-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.37%
GREEN value IS 169 (66.41% from 255) = 37.31%
BLUE value IS 83 (32.81% from 255) = 18.32%
R=44.37%
G=37.31%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011698300.160.590.2143.7352.2155.69
HexC9A9530103B152c3438
Octal3112511230207325546470
Binary1100100110101001101001101000011101110101101100110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A953; }

 p { color: rgb(201,169,83); }

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

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

 a { background-color: rgb(201,169,83); }

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

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

 span { border-color: rgb(201,169,83); }

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