Html Css Color HEX #C9A146 Sundance

📋 copy color: '#C9A146'

red 201 ◦ green 161 ◦ blue 70

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

Shades of Sundance #C9A146

Tints of Sundance #C9A146

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.27%

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

R = 46.53%
G = 37.27%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#C9A146 (or 0xC9A146) is known color: Sundance. HEX triplet: C9, A1 and 46. RGB value is (201,161,70). Sum of RGB (Red+Green+Blue) = 201+161+70=432 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.53% from 432); Green value is 161 (63.28% from 255 or 37.27% from 432); Blue value is 70 (27.73% from 255 or 16.20% from 432); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A146 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A146 is #365EB9. Grayscale: #A2A2A2. Windows color (decimal): -3563194 or 4628937. OLE color: 4628937.

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

Color convert

RGB 201 161 70 -
CMYK 0 0.20 0.65 0.21
HSL 41.68º 0.55% 0.53% -
HSV(B) 41.68º 0.65% 0.79% -
XYZ 37.94 38.35 11.2 -
YUV 162.59 75.75 155.4 -
System Red Green Blue C M Y K H S L
Decimal 201 161 70 0 0.20 0.65 0.21 41.68 0.55 0.53
Hex C9 A1 46 0 14 41 15 2A 37 35
Octal 311 241 106 0 24 101 25 52 67 65
Binary 11001001 10100001 1000110 0 10100 1000001 10101 101010 110111 110101

Color Harmonies of #C9A146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A146

Black with #C9A146

Text Example


Text Example

White with #C9A146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A146; }

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

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

background-color css

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

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

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

border-color css

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

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

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