#C8A42B

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

Shades of Galliano #C8A42B

Tints of Galliano #C8A42B

Color information

#C8A42B (or 0xC8A42B) is unknown color: approx Galliano. HEX triplet: C8, A4 and 2B. RGB value is (200,164,43). Sum of RGB (Red+Green+Blue) = 200+164+43=407 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.14% from 407); Green value is 164 (64.45% from 255 or 40.29% from 407); Blue value is 43 (17.19% from 255 or 10.57% from 407); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A42B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A42B is #375BD4. Grayscale: #A1A1A1. Windows color (decimal): -3627989 or 2860232. OLE color: 2860232.

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

Color convert

RGB20016443-
CMYK00.180.780.22
HSL46.24º64.61%47.65%-
HSV(B)46.24º78.5%78.43%-
XYZ37.53397.84-
YUV160.9761.43155.84-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.14%
GREEN value IS 164 (64.45% from 255) = 40.29%
BLUE value IS 43 (17.19% from 255) = 10.57%
R=49.14%
G=40.29%
B=10.57%

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
Decimal2001644300.180.780.2246.2464.6147.65
HexC8A42B0124E162e4130
Octal31024453022116265610160
Binary11001000101001001010110100101001110101101011101000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A42B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A42B; }

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

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

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

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

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

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

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

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