Html Css Color HEX #C9A42B Galliano

📋 copy color: '#C9A42B'

red 201 ◦ green 164 ◦ blue 43

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

Shades of Galliano #C9A42B

Tints of Galliano #C9A42B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.2%

 BLUE value IS 43 (17.19% from 255) = 10.54%

R = 49.26%
G = 40.2%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#C9A42B (or 0xC9A42B) is known color: Galliano. HEX triplet: C9, A4 and 2B. RGB value is (201,164,43). Sum of RGB (Red+Green+Blue) = 201+164+43=408 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.26% from 408); Green value is 164 (64.45% from 255 or 40.20% from 408); Blue value is 43 (17.19% from 255 or 10.54% from 408); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A42B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A42B is #365BD4. Grayscale: #A1A1A1. Windows color (decimal): -3562453 or 2860233. OLE color: 2860233.

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

Color convert

RGB 201 164 43 -
CMYK 0 0.18 0.79 0.21
HSL 45.95º 0.65% 0.48% -
HSV(B) 45.95º 0.79% 0.79% -
XYZ 37.8 39.14 7.85 -
YUV 161.27 61.26 156.34 -
System Red Green Blue C M Y K H S L
Decimal 201 164 43 0 0.18 0.79 0.21 45.95 0.65 0.48
Hex C9 A4 2B 0 12 4F 15 2E 41 30
Octal 311 244 53 0 22 117 25 56 101 60
Binary 11001001 10100100 101011 0 10010 1001111 10101 101110 1000001 110000

Color Harmonies of #C9A42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A42B

Black with #C9A42B

Text Example


Text Example

White with #C9A42B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A42B; }

 p { color: rgb(201,164,43); }

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

background-color css

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

 a { background-color: rgb(201,164,43); }

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

border-color css

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

 span { border-color: rgb(201,164,43); }

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