Html Css Color HEX #C9A12E Galliano

📋 copy color: '#C9A12E'

red 201 ◦ green 161 ◦ blue 46

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

Shades of Galliano #C9A12E

Tints of Galliano #C9A12E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.27%

R = 49.26%
G = 39.46%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#C9A12E (or 0xC9A12E) is known color: Galliano. HEX triplet: C9, A1 and 2E. RGB value is (201,161,46). Sum of RGB (Red+Green+Blue) = 201+161+46=408 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.26% from 408); Green value is 161 (63.28% from 255 or 39.46% from 408); Blue value is 46 (18.36% from 255 or 11.27% from 408); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A12E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A12E is #365ED1. Grayscale: #A0A0A0. Windows color (decimal): -3563218 or 3056073. OLE color: 3056073.

HSL color Cylindrical-coordinate representation of color #C9A12E: hue angle of 44.52º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C9A12E is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 161 46 -
CMYK 0 0.20 0.77 0.21
HSL 44.52º 0.63% 0.48% -
HSV(B) 44.52º 0.77% 0.79% -
XYZ 37.33 38.1 7.97 -
YUV 159.85 63.75 157.35 -
System Red Green Blue C M Y K H S L
Decimal 201 161 46 0 0.20 0.77 0.21 44.52 0.63 0.48
Hex C9 A1 2E 0 14 4D 15 2D 3F 30
Octal 311 241 56 0 24 115 25 55 77 60
Binary 11001001 10100001 101110 0 10100 1001101 10101 101101 111111 110000

Color Harmonies of #C9A12E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A12E

Black with #C9A12E

Text Example


Text Example

White with #C9A12E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A12E; }

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

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

background-color css

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

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

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

border-color css

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

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

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