Html Css Color HEX #C9A52B Galliano

📋 copy color: '#C9A52B'

red 201 ◦ green 165 ◦ blue 43

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

Shades of Galliano #C9A52B

Tints of Galliano #C9A52B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.34%

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

R = 49.14%
G = 40.34%
B = 10.51%

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

#C9A52B (or 0xC9A52B) is known color: Galliano. HEX triplet: C9, A5 and 2B. RGB value is (201,165,43). Sum of RGB (Red+Green+Blue) = 201+165+43=409 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.14% from 409); Green value is 165 (64.84% from 255 or 40.34% from 409); Blue value is 43 (17.19% from 255 or 10.51% from 409); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A52B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A52B is #365AD4. Grayscale: #A2A2A2. Windows color (decimal): -3562197 or 2860489. OLE color: 2860489.

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

Color convert

RGB 201 165 43 -
CMYK 0 0.18 0.79 0.21
HSL 46.33º 0.65% 0.48% -
HSV(B) 46.33º 0.79% 0.79% -
XYZ 37.98 39.5 7.91 -
YUV 161.86 60.93 155.92 -
System Red Green Blue C M Y K H S L
Decimal 201 165 43 0 0.18 0.79 0.21 46.33 0.65 0.48
Hex C9 A5 2B 0 12 4F 15 2E 41 30
Octal 311 245 53 0 22 117 25 56 101 60
Binary 11001001 10100101 101011 0 10010 1001111 10101 101110 1000001 110000

Color Harmonies of #C9A52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A52B

Black with #C9A52B

Text Example


Text Example

White with #C9A52B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A52B; }

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

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

background-color css

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

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

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

border-color css

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

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

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