Html Css Color HEX #C9AB29 Galliano

📋 copy color: '#C9AB29'

red 201 ◦ green 171 ◦ blue 41

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

Shades of Galliano #C9AB29

Tints of Galliano #C9AB29

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.4%

 BLUE value IS 41 (16.41% from 255) = 9.93%

R = 48.67%
G = 41.4%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#C9AB29 (or 0xC9AB29) is known color: Galliano. HEX triplet: C9, AB and 29. RGB value is (201,171,41). Sum of RGB (Red+Green+Blue) = 201+171+41=413 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.67% from 413); Green value is 171 (67.19% from 255 or 41.40% from 413); Blue value is 41 (16.41% from 255 or 9.93% from 413); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AB29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9AB29 is #3654D6. Grayscale: #A5A5A5. Windows color (decimal): -3560663 or 2730953. OLE color: 2730953.

HSL color Cylindrical-coordinate representation of color #C9AB29: hue angle of 48.75º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C9AB29 is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 171 41 -
CMYK 0 0.15 0.80 0.21
HSL 48.75º 0.66% 0.47% -
HSV(B) 48.75º 0.8% 0.79% -
XYZ 39.05 41.7 8.09 -
YUV 165.15 57.94 153.57 -
System Red Green Blue C M Y K H S L
Decimal 201 171 41 0 0.15 0.80 0.21 48.75 0.66 0.47
Hex C9 AB 29 0 F 50 15 31 42 2F
Octal 311 253 51 0 17 120 25 61 102 57
Binary 11001001 10101011 101001 0 1111 1010000 10101 110001 1000010 101111

Color Harmonies of #C9AB29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AB29

Black with #C9AB29

Text Example


Text Example

White with #C9AB29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AB29; }

 p { color: rgb(201,171,41); }

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

background-color css

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

 a { background-color: rgb(201,171,41); }

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

border-color css

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

 span { border-color: rgb(201,171,41); }

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