#C8A42C

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

Shades of Galliano #C8A42C

Tints of Galliano #C8A42C

Color information

#C8A42C (or 0xC8A42C) is unknown color: approx Galliano. HEX triplet: C8, A4 and 2C. RGB value is (200,164,44). Sum of RGB (Red+Green+Blue) = 200+164+44=408 (54% of max value = 765). Red value is 200 (78.52% from 255 or 49.02% from 408); Green value is 164 (64.45% from 255 or 40.20% from 408); Blue value is 44 (17.58% from 255 or 10.78% from 408); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A42C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A42C is #375BD3. Grayscale: #A1A1A1. Windows color (decimal): -3627988 or 2925768. OLE color: 2925768.

HSL color Cylindrical-coordinate representation of color #C8A42C: hue angle of 46.15º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C8A42C is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB20016444-
CMYK00.180.780.22
HSL46.15º63.93%47.84%-
HSV(B)46.15º78%78.43%-
XYZ37.5539.017.93-
YUV161.0861.93155.76-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.02%
GREEN value IS 164 (64.45% from 255) = 40.20%
BLUE value IS 44 (17.58% from 255) = 10.78%
R=49.02%
G=40.20%
B=10.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.78
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001644400.180.780.2246.1563.9347.84
HexC8A42C0124E162e4030
Octal31024454022116265610060
Binary11001000101001001011000100101001110101101011101000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A42C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A42C; }

 p { color: rgb(200,164,44); }

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

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

 a { background-color: rgb(200,164,44); }

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

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

 span { border-color: rgb(200,164,44); }

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