Html Css Color HEX #C9A650 Sundance

📋 copy color: '#C9A650'

red 201 ◦ green 166 ◦ blue 80

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

Shades of Sundance #C9A650

Tints of Sundance #C9A650

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.14%

 BLUE value IS 80 (31.64% from 255) = 17.9%

R = 44.97%
G = 37.14%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#C9A650 (or 0xC9A650) is known color: Sundance. HEX triplet: C9, A6 and 50. RGB value is (201,166,80). Sum of RGB (Red+Green+Blue) = 201+166+80=447 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.97% from 447); Green value is 166 (65.23% from 255 or 37.14% from 447); Blue value is 80 (31.64% from 255 or 17.90% from 447); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A650 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A650 is #3659AF. Grayscale: #A7A7A7. Windows color (decimal): -3561904 or 5285577. OLE color: 5285577.

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

Color convert

RGB 201 166 80 -
CMYK 0 0.17 0.60 0.21
HSL 42.64º 0.53% 0.55% -
HSV(B) 42.64º 0.6% 0.79% -
XYZ 39.17 40.27 13.3 -
YUV 166.66 79.1 152.49 -
System Red Green Blue C M Y K H S L
Decimal 201 166 80 0 0.17 0.60 0.21 42.64 0.53 0.55
Hex C9 A6 50 0 11 3C 15 2B 35 37
Octal 311 246 120 0 21 74 25 53 65 67
Binary 11001001 10100110 1010000 0 10001 111100 10101 101011 110101 110111

Color Harmonies of #C9A650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A650

Black with #C9A650

Text Example


Text Example

White with #C9A650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A650; }

 p { color: rgb(201,166,80); }

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

background-color css

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

 a { background-color: rgb(201,166,80); }

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

border-color css

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

 span { border-color: rgb(201,166,80); }

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