Html Css Color HEX #C9A049 Sundance

📋 copy color: '#C9A049'

red 201 ◦ green 160 ◦ blue 73

#C9A049
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sundance #C9A049

Tints of Sundance #C9A049

RGB

 RED value IS 201 (78.91% from 255) = 46.31%

 GREEN value IS 160 (62.89% from 255) = 36.87%

 BLUE value IS 73 (28.91% from 255) = 16.82%

R = 46.31%
G = 36.87%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#C9A049 (or 0xC9A049) is known color: Sundance. HEX triplet: C9, A0 and 49. RGB value is (201,160,73). Sum of RGB (Red+Green+Blue) = 201+160+73=434 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.31% from 434); Green value is 160 (62.89% from 255 or 36.87% from 434); Blue value is 73 (28.91% from 255 or 16.82% from 434); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A049 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A049 is #365FB6. Grayscale: #A2A2A2. Windows color (decimal): -3563447 or 4825289. OLE color: 4825289.

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

Color convert

RGB 201 160 73 -
CMYK 0 0.20 0.64 0.21
HSL 40.78º 0.54% 0.54% -
HSV(B) 40.78º 0.64% 0.79% -
XYZ 37.86 38.04 11.65 -
YUV 162.34 77.58 155.57 -
System Red Green Blue C M Y K H S L
Decimal 201 160 73 0 0.20 0.64 0.21 40.78 0.54 0.54
Hex C9 A0 49 0 14 40 15 29 36 36
Octal 311 240 111 0 24 100 25 51 66 66
Binary 11001001 10100000 1001001 0 10100 1000000 10101 101001 110110 110110

Color Harmonies of #C9A049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A049

Black with #C9A049

Text Example


Text Example

White with #C9A049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A049; }

 p { color: rgb(201,160,73); }

 H1.HeaderClassName
 {
   color: #C9A049;
 }
 .AnyTagClassName
 {
   color: #C9A049;
 }
</style>

background-color css

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

 a { background-color: rgb(201,160,73); }

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

border-color css

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

 span { border-color: rgb(201,160,73); }

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