Html Css Color HEX #C8AA28 Galliano

📋 copy color: '#C8AA28'

red 200 ◦ green 170 ◦ blue 40

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

Shades of Galliano #C8AA28

Tints of Galliano #C8AA28

RGB

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

 GREEN value IS 170 (66.8% from 255) = 41.46%

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

R = 48.78%
G = 41.46%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.8

 K value IS 0.22

RGB Variations

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

Color information

#C8AA28 (or 0xC8AA28) is known color: Galliano. HEX triplet: C8, AA and 28. RGB value is (200,170,40). Sum of RGB (Red+Green+Blue) = 200+170+40=410 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.78% from 410); Green value is 170 (66.80% from 255 or 41.46% from 410); Blue value is 40 (16.02% from 255 or 9.76% from 410); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AA28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AA28 is #3755D7. Grayscale: #A4A4A4. Windows color (decimal): -3626456 or 2665160. OLE color: 2665160.

HSL color Cylindrical-coordinate representation of color #C8AA28: hue angle of 48.75º 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 #C8AA28 is Cyan = 0, Magento = 0.15, Yellow = 0.8 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 170 40 -
CMYK 0 0.15 0.8 0.22
HSL 48.75º 0.67% 0.47% -
HSV(B) 48.75º 0.8% 0.78% -
XYZ 38.58 41.18 7.92 -
YUV 164.15 57.94 153.57 -
System Red Green Blue C M Y K H S L
Decimal 200 170 40 0 0.15 0.8 0.22 48.75 0.67 0.47
Hex C8 AA 28 0 F 50 16 31 43 2F
Octal 310 252 50 0 17 120 26 61 103 57
Binary 11001000 10101010 101000 0 1111 1010000 10110 110001 1000011 101111

Color Harmonies of #C8AA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AA28

Black with #C8AA28

Text Example


Text Example

White with #C8AA28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AA28; }

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

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

background-color css

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

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

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

border-color css

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

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

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