Html Css Color HEX #C9A946 Sundance

📋 copy color: '#C9A946'

red 201 ◦ green 169 ◦ blue 70

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

Shades of Sundance #C9A946

Tints of Sundance #C9A946

RGB

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

 GREEN value IS 169 (66.41% from 255) = 38.41%

 BLUE value IS 70 (27.73% from 255) = 15.91%

R = 45.68%
G = 38.41%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#C9A946 (or 0xC9A946) is known color: Sundance. HEX triplet: C9, A9 and 46. RGB value is (201,169,70). Sum of RGB (Red+Green+Blue) = 201+169+70=440 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.68% from 440); Green value is 169 (66.41% from 255 or 38.41% from 440); Blue value is 70 (27.73% from 255 or 15.91% from 440); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A946 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A946 is #3656B9. Grayscale: #A7A7A7. Windows color (decimal): -3561146 or 4630985. OLE color: 4630985.

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

Color convert

RGB 201 169 70 -
CMYK 0 0.16 0.65 0.21
HSL 45.34º 0.55% 0.53% -
HSV(B) 45.34º 0.65% 0.79% -
XYZ 39.38 41.24 11.68 -
YUV 167.28 73.1 152.05 -
System Red Green Blue C M Y K H S L
Decimal 201 169 70 0 0.16 0.65 0.21 45.34 0.55 0.53
Hex C9 A9 46 0 10 41 15 2D 37 35
Octal 311 251 106 0 20 101 25 55 67 65
Binary 11001001 10101001 1000110 0 10000 1000001 10101 101101 110111 110101

Color Harmonies of #C9A946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A946

Black with #C9A946

Text Example


Text Example

White with #C9A946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A946; }

 p { color: rgb(201,169,70); }

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

background-color css

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

 a { background-color: rgb(201,169,70); }

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

border-color css

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

 span { border-color: rgb(201,169,70); }

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