Html Css Color HEX #C9A62A Galliano

📋 copy color: '#C9A62A'

red 201 ◦ green 166 ◦ blue 42

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

Shades of Galliano #C9A62A

Tints of Galliano #C9A62A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.59%

 BLUE value IS 42 (16.8% from 255) = 10.27%

R = 49.14%
G = 40.59%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#C9A62A (or 0xC9A62A) is known color: Galliano. HEX triplet: C9, A6 and 2A. RGB value is (201,166,42). Sum of RGB (Red+Green+Blue) = 201+166+42=409 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.14% from 409); Green value is 166 (65.23% from 255 or 40.59% from 409); Blue value is 42 (16.80% from 255 or 10.27% from 409); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A62A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A62A is #3659D5. Grayscale: #A2A2A2. Windows color (decimal): -3561942 or 2795209. OLE color: 2795209.

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

Color convert

RGB 201 166 42 -
CMYK 0 0.17 0.79 0.21
HSL 46.79º 0.65% 0.48% -
HSV(B) 46.79º 0.79% 0.79% -
XYZ 38.14 39.86 7.87 -
YUV 162.33 60.1 155.58 -
System Red Green Blue C M Y K H S L
Decimal 201 166 42 0 0.17 0.79 0.21 46.79 0.65 0.48
Hex C9 A6 2A 0 11 4F 15 2F 41 30
Octal 311 246 52 0 21 117 25 57 101 60
Binary 11001001 10100110 101010 0 10001 1001111 10101 101111 1000001 110000

Color Harmonies of #C9A62A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A62A

Black with #C9A62A

Text Example


Text Example

White with #C9A62A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A62A; }

 p { color: rgb(201,166,42); }

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

background-color css

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

 a { background-color: rgb(201,166,42); }

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

border-color css

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

 span { border-color: rgb(201,166,42); }

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