Html Css Color HEX #C9A81C Galliano

📋 copy color: '#C9A81C'

red 201 ◦ green 168 ◦ blue 28

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

Shades of Galliano #C9A81C

Tints of Galliano #C9A81C

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.32%

 BLUE value IS 28 (11.33% from 255) = 7.05%

R = 50.63%
G = 42.32%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#C9A81C (or 0xC9A81C) is known color: Galliano. HEX triplet: C9, A8 and 1C. RGB value is (201,168,28). Sum of RGB (Red+Green+Blue) = 201+168+28=397 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.63% from 397); Green value is 168 (66.02% from 255 or 42.32% from 397); Blue value is 28 (11.33% from 255 or 7.05% from 397); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A81C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A81C is #3657E3. Grayscale: #A2A2A2. Windows color (decimal): -3561444 or 1878217. OLE color: 1878217.

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

Color convert

RGB 201 168 28 -
CMYK 0 0.16 0.86 0.21
HSL 48.55º 0.76% 0.45% -
HSV(B) 48.55º 0.86% 0.79% -
XYZ 38.3 40.51 6.9 -
YUV 161.91 52.43 155.88 -
System Red Green Blue C M Y K H S L
Decimal 201 168 28 0 0.16 0.86 0.21 48.55 0.76 0.45
Hex C9 A8 1C 0 10 56 15 31 4C 2D
Octal 311 250 34 0 20 126 25 61 114 55
Binary 11001001 10101000 11100 0 10000 1010110 10101 110001 1001100 101101

Color Harmonies of #C9A81C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A81C

Black with #C9A81C

Text Example


Text Example

White with #C9A81C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A81C; }

 p { color: rgb(201,168,28); }

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

background-color css

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

 a { background-color: rgb(201,168,28); }

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

border-color css

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

 span { border-color: rgb(201,168,28); }

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