Html Css Color HEX #C8A928 Galliano

📋 copy color: '#C8A928'

red 200 ◦ green 169 ◦ blue 40

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

Shades of Galliano #C8A928

Tints of Galliano #C8A928

RGB

 RED value IS 200 (78.52% from 255) = 48.9%

 GREEN value IS 169 (66.41% from 255) = 41.32%

 BLUE value IS 40 (16.02% from 255) = 9.78%

R = 48.9%
G = 41.32%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.8

 K value IS 0.22

RGB Variations

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

Color information

#C8A928 (or 0xC8A928) is known color: Galliano. HEX triplet: C8, A9 and 28. RGB value is (200,169,40). Sum of RGB (Red+Green+Blue) = 200+169+40=409 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.90% from 409); Green value is 169 (66.41% from 255 or 41.32% from 409); Blue value is 40 (16.02% from 255 or 9.78% from 409); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A928 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A928 is #3756D7. Grayscale: #A4A4A4. Windows color (decimal): -3626712 or 2664904. OLE color: 2664904.

HSL color Cylindrical-coordinate representation of color #C8A928: hue angle of 48.38º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C8A928 is Cyan = 0, Magento = 0.16, Yellow = 0.8 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 169 40 -
CMYK 0 0.16 0.8 0.22
HSL 48.38º 0.67% 0.47% -
HSV(B) 48.38º 0.8% 0.78% -
XYZ 38.39 40.81 7.86 -
YUV 163.56 58.27 153.99 -
System Red Green Blue C M Y K H S L
Decimal 200 169 40 0 0.16 0.8 0.22 48.38 0.67 0.47
Hex C8 A9 28 0 10 50 16 30 43 2F
Octal 310 251 50 0 20 120 26 60 103 57
Binary 11001000 10101001 101000 0 10000 1010000 10110 110000 1000011 101111

Color Harmonies of #C8A928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A928

Black with #C8A928

Text Example


Text Example

White with #C8A928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A928; }

 p { color: rgb(200,169,40); }

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

background-color css

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

 a { background-color: rgb(200,169,40); }

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

border-color css

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

 span { border-color: rgb(200,169,40); }

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