Html Css Color HEX #C9A02C Galliano

📋 copy color: '#C9A02C'

red 201 ◦ green 160 ◦ blue 44

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

Shades of Galliano #C9A02C

Tints of Galliano #C9A02C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.86%

R = 49.63%
G = 39.51%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#C9A02C (or 0xC9A02C) is known color: Galliano. HEX triplet: C9, A0 and 2C. RGB value is (201,160,44). Sum of RGB (Red+Green+Blue) = 201+160+44=405 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.63% from 405); Green value is 160 (62.89% from 255 or 39.51% from 405); Blue value is 44 (17.58% from 255 or 10.86% from 405); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A02C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A02C is #365FD3. Grayscale: #9F9F9F. Windows color (decimal): -3563476 or 2924745. OLE color: 2924745.

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

Color convert

RGB 201 160 44 -
CMYK 0 0.20 0.78 0.21
HSL 44.33º 0.64% 0.48% -
HSV(B) 44.33º 0.78% 0.79% -
XYZ 37.11 37.74 7.71 -
YUV 159.04 63.08 157.93 -
System Red Green Blue C M Y K H S L
Decimal 201 160 44 0 0.20 0.78 0.21 44.33 0.64 0.48
Hex C9 A0 2C 0 14 4E 15 2C 40 30
Octal 311 240 54 0 24 116 25 54 100 60
Binary 11001001 10100000 101100 0 10100 1001110 10101 101100 1000000 110000

Color Harmonies of #C9A02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A02C

Black with #C9A02C

Text Example


Text Example

White with #C9A02C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A02C; }

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

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

background-color css

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

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

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

border-color css

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

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

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