#C8A72A

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

Shades of Galliano #C8A72A

Tints of Galliano #C8A72A

Color information

#C8A72A (or 0xC8A72A) is unknown color: approx Galliano. HEX triplet: C8, A7 and 2A. RGB value is (200,167,42). Sum of RGB (Red+Green+Blue) = 200+167+42=409 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.90% from 409); Green value is 167 (65.62% from 255 or 40.83% from 409); Blue value is 42 (16.80% from 255 or 10.27% from 409); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A72A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A72A is #3758D5. Grayscale: #A3A3A3. Windows color (decimal): -3627222 or 2795464. OLE color: 2795464.

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

Color convert

RGB20016742-
CMYK00.160.790.22
HSL47.47º65.29%47.45%-
HSV(B)47.47º79%78.43%-
XYZ38.0640.087.92-
YUV162.6259.93154.66-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.90%
GREEN value IS 167 (65.62% from 255) = 40.83%
BLUE value IS 42 (16.80% from 255) = 10.27%
R=48.90%
G=40.83%
B=10.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.79
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001674200.160.790.2247.4765.2947.45
HexC8A72A0104F162f412f
Octal31024752020117265710157
Binary11001000101001111010100100001001111101101011111000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A72A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A72A; }

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

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

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

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

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

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

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

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