Html Css Color HEX #C9A040 Sundance

📋 copy color: '#C9A040'

red 201 ◦ green 160 ◦ blue 64

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

Shades of Sundance #C9A040

Tints of Sundance #C9A040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.06%

R = 47.29%
G = 37.65%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C9A040 (or 0xC9A040) is known color: Sundance. HEX triplet: C9, A0 and 40. RGB value is (201,160,64). Sum of RGB (Red+Green+Blue) = 201+160+64=425 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.29% from 425); Green value is 160 (62.89% from 255 or 37.65% from 425); Blue value is 64 (25.39% from 255 or 15.06% from 425); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A040 is #365FBF. Grayscale: #A1A1A1. Windows color (decimal): -3563456 or 4235465. OLE color: 4235465.

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

Color convert

RGB 201 160 64 -
CMYK 0 0.20 0.68 0.21
HSL 42.04º 0.56% 0.52% -
HSV(B) 42.04º 0.68% 0.79% -
XYZ 37.58 37.93 10.19 -
YUV 161.32 73.08 156.31 -
System Red Green Blue C M Y K H S L
Decimal 201 160 64 0 0.20 0.68 0.21 42.04 0.56 0.52
Hex C9 A0 40 0 14 44 15 2A 38 34
Octal 311 240 100 0 24 104 25 52 70 64
Binary 11001001 10100000 1000000 0 10100 1000100 10101 101010 111000 110100

Color Harmonies of #C9A040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A040

Black with #C9A040

Text Example


Text Example

White with #C9A040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A040; }

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

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

background-color css

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

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

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

border-color css

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

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

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