#C8A22B

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

Shades of Galliano #C8A22B

Tints of Galliano #C8A22B

Color information

#C8A22B (or 0xC8A22B) is unknown color: approx Galliano. HEX triplet: C8, A2 and 2B. RGB value is (200,162,43). Sum of RGB (Red+Green+Blue) = 200+162+43=405 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.38% from 405); Green value is 162 (63.67% from 255 or 40% from 405); Blue value is 43 (17.19% from 255 or 10.62% from 405); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A22B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A22B is #375DD4. Grayscale: #A0A0A0. Windows color (decimal): -3628501 or 2859720. OLE color: 2859720.

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

Color convert

RGB20016243-
CMYK00.190.780.22
HSL45.48º64.61%47.65%-
HSV(B)45.48º78.5%78.43%-
XYZ37.1838.297.72-
YUV159.862.09156.68-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.38%
GREEN value IS 162 (63.67% from 255) = 40%
BLUE value IS 43 (17.19% from 255) = 10.62%
R=49.38%
G=40%
B=10.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.78
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001624300.190.780.2245.4864.6147.65
HexC8A22B0134E162d4130
Octal31024253023116265510160
Binary11001000101000101010110100111001110101101011011000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A22B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A22B; }

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

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

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

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

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

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

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

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