Html Css Color HEX #C9A04A Sundance

📋 copy color: '#C9A04A'

red 201 ◦ green 160 ◦ blue 74

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

Shades of Sundance #C9A04A

Tints of Sundance #C9A04A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.01%

R = 46.21%
G = 36.78%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#C9A04A (or 0xC9A04A) is known color: Sundance. HEX triplet: C9, A0 and 4A. RGB value is (201,160,74). Sum of RGB (Red+Green+Blue) = 201+160+74=435 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.21% from 435); Green value is 160 (62.89% from 255 or 36.78% from 435); Blue value is 74 (29.30% from 255 or 17.01% from 435); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A04A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A04A is #365FB5. Grayscale: #A2A2A2. Windows color (decimal): -3563446 or 4890825. OLE color: 4890825.

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

Color convert

RGB 201 160 74 -
CMYK 0 0.20 0.63 0.21
HSL 40.63º 0.54% 0.54% -
HSV(B) 40.63º 0.63% 0.79% -
XYZ 37.89 38.05 11.83 -
YUV 162.46 78.08 155.49 -
System Red Green Blue C M Y K H S L
Decimal 201 160 74 0 0.20 0.63 0.21 40.63 0.54 0.54
Hex C9 A0 4A 0 14 3F 15 29 36 36
Octal 311 240 112 0 24 77 25 51 66 66
Binary 11001001 10100000 1001010 0 10100 111111 10101 101001 110110 110110

Color Harmonies of #C9A04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A04A

Black with #C9A04A

Text Example


Text Example

White with #C9A04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A04A; }

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

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

background-color css

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

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

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

border-color css

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

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

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