#C8A32B

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

Shades of Galliano #C8A32B

Tints of Galliano #C8A32B

Color information

#C8A32B (or 0xC8A32B) is unknown color: approx Galliano. HEX triplet: C8, A3 and 2B. RGB value is (200,163,43). Sum of RGB (Red+Green+Blue) = 200+163+43=406 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.26% from 406); Green value is 163 (64.06% from 255 or 40.15% from 406); Blue value is 43 (17.19% from 255 or 10.59% from 406); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A32B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A32B is #375CD4. Grayscale: #A0A0A0. Windows color (decimal): -3628245 or 2859976. OLE color: 2859976.

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

Color convert

RGB20016343-
CMYK00.180.780.22
HSL45.86º64.61%47.65%-
HSV(B)45.86º78.5%78.43%-
XYZ37.3538.657.78-
YUV160.3861.76156.26-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.26%
GREEN value IS 163 (64.06% from 255) = 40.15%
BLUE value IS 43 (17.19% from 255) = 10.59%
R=49.26%
G=40.15%
B=10.59%

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
Decimal2001634300.180.780.2245.8664.6147.65
HexC8A32B0124E162e4130
Octal31024353022116265610160
Binary11001000101000111010110100101001110101101011101000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A32B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A32B; }

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

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

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

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

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

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

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

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