Html Css Color HEX #C9A32B Galliano

📋 copy color: '#C9A32B'

red 201 ◦ green 163 ◦ blue 43

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

Shades of Galliano #C9A32B

Tints of Galliano #C9A32B

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.05%

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

R = 49.39%
G = 40.05%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#C9A32B (or 0xC9A32B) is known color: Galliano. HEX triplet: C9, A3 and 2B. RGB value is (201,163,43). Sum of RGB (Red+Green+Blue) = 201+163+43=407 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.39% from 407); Green value is 163 (64.06% from 255 or 40.05% from 407); Blue value is 43 (17.19% from 255 or 10.57% from 407); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A32B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A32B is #365CD4. Grayscale: #A1A1A1. Windows color (decimal): -3562709 or 2859977. OLE color: 2859977.

HSL color Cylindrical-coordinate representation of color #C9A32B: hue angle of 45.57º 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 #C9A32B is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 163 43 -
CMYK 0 0.19 0.79 0.21
HSL 45.57º 0.65% 0.48% -
HSV(B) 45.57º 0.79% 0.79% -
XYZ 37.62 38.79 7.79 -
YUV 160.68 61.59 156.76 -
System Red Green Blue C M Y K H S L
Decimal 201 163 43 0 0.19 0.79 0.21 45.57 0.65 0.48
Hex C9 A3 2B 0 13 4F 15 2E 41 30
Octal 311 243 53 0 23 117 25 56 101 60
Binary 11001001 10100011 101011 0 10011 1001111 10101 101110 1000001 110000

Color Harmonies of #C9A32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A32B

Black with #C9A32B

Text Example


Text Example

White with #C9A32B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A32B; }

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

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

background-color css

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

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

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

border-color css

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

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

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