Html Css Color HEX #C9A051 Sundance

📋 copy color: '#C9A051'

red 201 ◦ green 160 ◦ blue 81

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

Shades of Sundance #C9A051

Tints of Sundance #C9A051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 18.33%

R = 45.48%
G = 36.2%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#C9A051 (or 0xC9A051) is known color: Sundance. HEX triplet: C9, A0 and 51. RGB value is (201,160,81). Sum of RGB (Red+Green+Blue) = 201+160+81=442 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.48% from 442); Green value is 160 (62.89% from 255 or 36.20% from 442); Blue value is 81 (32.03% from 255 or 18.33% from 442); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A051 is #365FAE. Grayscale: #A3A3A3. Windows color (decimal): -3563439 or 5349577. OLE color: 5349577.

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

Color convert

RGB 201 160 81 -
CMYK 0 0.20 0.60 0.21
HSL 39.5º 0.53% 0.55% -
HSV(B) 39.5º 0.6% 0.79% -
XYZ 38.14 38.15 13.14 -
YUV 163.25 81.58 154.92 -
System Red Green Blue C M Y K H S L
Decimal 201 160 81 0 0.20 0.60 0.21 39.5 0.53 0.55
Hex C9 A0 51 0 14 3C 15 28 35 37
Octal 311 240 121 0 24 74 25 50 65 67
Binary 11001001 10100000 1010001 0 10100 111100 10101 101000 110101 110111

Color Harmonies of #C9A051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A051

Black with #C9A051

Text Example


Text Example

White with #C9A051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A051; }

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

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

background-color css

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

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

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

border-color css

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

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

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