Html Css Color HEX #C9AC1E Galliano

📋 copy color: '#C9AC1E'

red 201 ◦ green 172 ◦ blue 30

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

Shades of Galliano #C9AC1E

Tints of Galliano #C9AC1E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.68%

 BLUE value IS 30 (12.11% from 255) = 7.44%

R = 49.88%
G = 42.68%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#C9AC1E (or 0xC9AC1E) is known color: Galliano. HEX triplet: C9, AC and 1E. RGB value is (201,172,30). Sum of RGB (Red+Green+Blue) = 201+172+30=403 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.88% from 403); Green value is 172 (67.58% from 255 or 42.68% from 403); Blue value is 30 (12.11% from 255 or 7.44% from 403); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AC1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9AC1E is #3653E1. Grayscale: #A5A5A5. Windows color (decimal): -3560418 or 2010313. OLE color: 2010313.

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

Color convert

RGB 201 172 30 -
CMYK 0 0.14 0.85 0.21
HSL 49.82º 0.74% 0.45% -
HSV(B) 49.82º 0.85% 0.79% -
XYZ 39.07 42.02 7.28 -
YUV 164.48 52.11 154.05 -
System Red Green Blue C M Y K H S L
Decimal 201 172 30 0 0.14 0.85 0.21 49.82 0.74 0.45
Hex C9 AC 1E 0 E 55 15 32 4A 2D
Octal 311 254 36 0 16 125 25 62 112 55
Binary 11001001 10101100 11110 0 1110 1010101 10101 110010 1001010 101101

Color Harmonies of #C9AC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AC1E

Black with #C9AC1E

Text Example


Text Example

White with #C9AC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AC1E; }

 p { color: rgb(201,172,30); }

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

background-color css

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

 a { background-color: rgb(201,172,30); }

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

border-color css

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

 span { border-color: rgb(201,172,30); }

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