#C8A564

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

Shades of Laser #C8A564

Tints of Laser #C8A564

Color information

#C8A564 (or 0xC8A564) is unknown color: approx Laser. HEX triplet: C8, A5 and 64. RGB value is (200,165,100). Sum of RGB (Red+Green+Blue) = 200+165+100=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 165 (64.84% from 255 or 35.48% from 465); Blue value is 100 (39.45% from 255 or 21.51% from 465); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A564 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A564 is #375A9B. Grayscale: #A8A8A8. Windows color (decimal): -3627676 or 6596040. OLE color: 6596040.

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

Color convert

RGB200165100-
CMYK00.180.50.22
HSL39º47.62%58.82%-
HSV(B)39º50%78.43%-
XYZ39.5740.1117.71-
YUV168.0589.6150.79-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.01%
GREEN value IS 165 (64.84% from 255) = 35.48%
BLUE value IS 100 (39.45% from 255) = 21.51%
R=43.01%
G=35.48%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.5
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016510000.180.50.223947.6258.82
HexC8A564012321627303b
Octal3102451440226226476073
Binary1100100010100101110010001001011001010110100111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A564; }

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

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

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

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

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

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

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

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