Html Css Color HEX #C9A048 Sundance

📋 copy color: '#C9A048'

red 201 ◦ green 160 ◦ blue 72

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

Shades of Sundance #C9A048

Tints of Sundance #C9A048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 16.63%

R = 46.42%
G = 36.95%
B = 16.63%

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

#C9A048 (or 0xC9A048) is known color: Sundance. HEX triplet: C9, A0 and 48. RGB value is (201,160,72). Sum of RGB (Red+Green+Blue) = 201+160+72=433 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.42% from 433); Green value is 160 (62.89% from 255 or 36.95% from 433); Blue value is 72 (28.52% from 255 or 16.63% from 433); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A048 is #365FB7. Grayscale: #A2A2A2. Windows color (decimal): -3563448 or 4759753. OLE color: 4759753.

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

Color convert

RGB 201 160 72 -
CMYK 0 0.20 0.64 0.21
HSL 40.93º 0.54% 0.54% -
HSV(B) 40.93º 0.64% 0.79% -
XYZ 37.83 38.03 11.48 -
YUV 162.23 77.08 155.66 -
System Red Green Blue C M Y K H S L
Decimal 201 160 72 0 0.20 0.64 0.21 40.93 0.54 0.54
Hex C9 A0 48 0 14 40 15 29 36 36
Octal 311 240 110 0 24 100 25 51 66 66
Binary 11001001 10100000 1001000 0 10100 1000000 10101 101001 110110 110110

Color Harmonies of #C9A048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A048

Black with #C9A048

Text Example


Text Example

White with #C9A048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A048; }

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

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

background-color css

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

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

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

border-color css

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

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

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