#C8A52A

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

Shades of Galliano #C8A52A

Tints of Galliano #C8A52A

Color information

#C8A52A (or 0xC8A52A) is unknown color: approx Galliano. HEX triplet: C8, A5 and 2A. RGB value is (200,165,42). Sum of RGB (Red+Green+Blue) = 200+165+42=407 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.14% from 407); Green value is 165 (64.84% from 255 or 40.54% from 407); Blue value is 42 (16.80% from 255 or 10.32% from 407); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A52A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A52A is #375AD5. Grayscale: #A1A1A1. Windows color (decimal): -3627734 or 2794952. OLE color: 2794952.

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

Color convert

RGB20016542-
CMYK00.180.790.22
HSL46.71º65.29%47.45%-
HSV(B)46.71º79%78.43%-
XYZ37.6939.367.8-
YUV161.4460.6155.5-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.14%
GREEN value IS 165 (64.84% from 255) = 40.54%
BLUE value IS 42 (16.80% from 255) = 10.32%
R=49.14%
G=40.54%
B=10.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.79
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001654200.180.790.2246.7165.2947.45
HexC8A52A0124F162f412f
Octal31024552022117265710157
Binary11001000101001011010100100101001111101101011111000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A52A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A52A; }

 p { color: rgb(200,165,42); }

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

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

 a { background-color: rgb(200,165,42); }

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

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

 span { border-color: rgb(200,165,42); }

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