#C8A626

Color #C8A626 Galliano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Galliano #C8A626

Tints of Galliano #C8A626

Color information

#C8A626 (or 0xC8A626) is unknown color: approx Galliano. HEX triplet: C8, A6 and 26. RGB value is (200,166,38). Sum of RGB (Red+Green+Blue) = 200+166+38=404 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.50% from 404); Green value is 166 (65.23% from 255 or 41.09% from 404); Blue value is 38 (15.23% from 255 or 9.41% from 404); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A626 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A626 is #3759D9. Grayscale: #A2A2A2. Windows color (decimal): -3627482 or 2533064. OLE color: 2533064.

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

Color convert

RGB20016638-
CMYK00.170.810.22
HSL47.41º68.07%46.67%-
HSV(B)47.41º81%78.43%-
XYZ37.8139.697.5-
YUV161.5758.26155.41-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.50%
GREEN value IS 166 (65.23% from 255) = 41.09%
BLUE value IS 38 (15.23% from 255) = 9.41%
R=49.50%
G=41.09%
B=9.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.81
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001663800.170.810.2247.4168.0746.67
HexC8A62601151162f442f
Octal31024646021121265710457
Binary11001000101001101001100100011010001101101011111000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A626; }

 p { color: rgb(200,166,38); }

 H1.HeaderClassName
 {
   color: #C8A626;
 }
 .AnyTagClassName
 {
   color: #C8A626;
 }
</style>
background-color css

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

 a { background-color: rgb(200,166,38); }

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

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

 span { border-color: rgb(200,166,38); }

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