Html Css Color HEX #C9A32D Galliano

📋 copy color: '#C9A32D'

red 201 ◦ green 163 ◦ blue 45

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

Shades of Galliano #C9A32D

Tints of Galliano #C9A32D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11%

R = 49.14%
G = 39.85%
B = 11%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#C9A32D (or 0xC9A32D) is known color: Galliano. HEX triplet: C9, A3 and 2D. RGB value is (201,163,45). Sum of RGB (Red+Green+Blue) = 201+163+45=409 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.14% from 409); Green value is 163 (64.06% from 255 or 39.85% from 409); Blue value is 45 (17.97% from 255 or 11.00% from 409); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A32D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A32D is #365CD2. Grayscale: #A1A1A1. Windows color (decimal): -3562707 or 2991049. OLE color: 2991049.

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

Color convert

RGB 201 163 45 -
CMYK 0 0.19 0.78 0.21
HSL 45.38º 0.63% 0.48% -
HSV(B) 45.38º 0.78% 0.79% -
XYZ 37.66 38.8 7.99 -
YUV 160.91 62.59 156.59 -
System Red Green Blue C M Y K H S L
Decimal 201 163 45 0 0.19 0.78 0.21 45.38 0.63 0.48
Hex C9 A3 2D 0 13 4E 15 2D 3F 30
Octal 311 243 55 0 23 116 25 55 77 60
Binary 11001001 10100011 101101 0 10011 1001110 10101 101101 111111 110000

Color Harmonies of #C9A32D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A32D

Black with #C9A32D

Text Example


Text Example

White with #C9A32D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A32D; }

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

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

background-color css

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

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

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

border-color css

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

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

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