Html Css Color HEX #C9A04F Sundance

📋 copy color: '#C9A04F'

red 201 ◦ green 160 ◦ blue 79

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

Shades of Sundance #C9A04F

Tints of Sundance #C9A04F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 17.95%

R = 45.68%
G = 36.36%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#C9A04F (or 0xC9A04F) is known color: Sundance. HEX triplet: C9, A0 and 4F. RGB value is (201,160,79). Sum of RGB (Red+Green+Blue) = 201+160+79=440 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.68% from 440); Green value is 160 (62.89% from 255 or 36.36% from 440); Blue value is 79 (31.25% from 255 or 17.95% from 440); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A04F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A04F is #365FB0. Grayscale: #A3A3A3. Windows color (decimal): -3563441 or 5218505. OLE color: 5218505.

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

Color convert

RGB 201 160 79 -
CMYK 0 0.20 0.61 0.21
HSL 39.84º 0.53% 0.55% -
HSV(B) 39.84º 0.61% 0.79% -
XYZ 38.07 38.12 12.75 -
YUV 163.03 80.58 155.09 -
System Red Green Blue C M Y K H S L
Decimal 201 160 79 0 0.20 0.61 0.21 39.84 0.53 0.55
Hex C9 A0 4F 0 14 3D 15 28 35 37
Octal 311 240 117 0 24 75 25 50 65 67
Binary 11001001 10100000 1001111 0 10100 111101 10101 101000 110101 110111

Color Harmonies of #C9A04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A04F

Black with #C9A04F

Text Example


Text Example

White with #C9A04F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A04F; }

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

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

background-color css

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

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

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

border-color css

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

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

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