#C9A852

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

Shades of Sundance #C9A852

Tints of Sundance #C9A852

Color information

#C9A852 (or 0xC9A852) is unknown color: approx Sundance. HEX triplet: C9, A8 and 52. RGB value is (201,168,82). Sum of RGB (Red+Green+Blue) = 201+168+82=451 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.57% from 451); Green value is 168 (66.02% from 255 or 37.25% from 451); Blue value is 82 (32.42% from 255 or 18.18% from 451); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A852 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A852 is #3657AD. Grayscale: #A8A8A8. Windows color (decimal): -3561390 or 5417161. OLE color: 5417161.

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

Color convert

RGB20116882-
CMYK00.160.590.21
HSL43.36º52.42%55.49%-
HSV(B)43.36º59.2%78.82%-
XYZ39.6141.0313.81-
YUV168.0679.43151.49-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.57%
GREEN value IS 168 (66.02% from 255) = 37.25%
BLUE value IS 82 (32.42% from 255) = 18.18%
R=44.57%
G=37.25%
B=18.18%

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
Decimal2011688200.160.590.2143.3652.4255.49
HexC9A8520103B152b3437
Octal3112501220207325536467
Binary1100100110101000101001001000011101110101101011110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A852; }

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

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

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

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

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

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

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

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