Html Css Color HEX #C9A91A Galliano

📋 copy color: '#C9A91A'

red 201 ◦ green 169 ◦ blue 26

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

Shades of Galliano #C9A91A

Tints of Galliano #C9A91A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.57%

R = 50.76%
G = 42.68%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#C9A91A (or 0xC9A91A) is known color: Galliano. HEX triplet: C9, A9 and 1A. RGB value is (201,169,26). Sum of RGB (Red+Green+Blue) = 201+169+26=396 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.76% from 396); Green value is 169 (66.41% from 255 or 42.68% from 396); Blue value is 26 (10.55% from 255 or 6.57% from 396); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A91A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A91A is #3656E5. Grayscale: #A2A2A2. Windows color (decimal): -3561190 or 1747401. OLE color: 1747401.

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

Color convert

RGB 201 169 26 -
CMYK 0 0.16 0.87 0.21
HSL 49.03º 0.77% 0.45% -
HSV(B) 49.03º 0.87% 0.79% -
XYZ 38.46 40.87 6.84 -
YUV 162.27 51.1 155.63 -
System Red Green Blue C M Y K H S L
Decimal 201 169 26 0 0.16 0.87 0.21 49.03 0.77 0.45
Hex C9 A9 1A 0 10 57 15 31 4D 2D
Octal 311 251 32 0 20 127 25 61 115 55
Binary 11001001 10101001 11010 0 10000 1010111 10101 110001 1001101 101101

Color Harmonies of #C9A91A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A91A

Black with #C9A91A

Text Example


Text Example

White with #C9A91A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A91A; }

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

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

background-color css

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

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

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

border-color css

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

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

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