#C5A760

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

Shades of Laser #C5A760

Tints of Laser #C5A760

Color information

#C5A760 (or 0xC5A760) is unknown color: approx Laser. HEX triplet: C5, A7 and 60. RGB value is (197,167,96). Sum of RGB (Red+Green+Blue) = 197+167+96=460 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.83% from 460); Green value is 167 (65.62% from 255 or 36.30% from 460); Blue value is 96 (37.89% from 255 or 20.87% from 460); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A760 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A760 is #3A589F. Grayscale: #A8A8A8. Windows color (decimal): -3823776 or 6334405. OLE color: 6334405.

HSL color Cylindrical-coordinate representation of color #C5A760: hue angle of 42.18º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C5A760 is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB19716796-
CMYK00.150.510.23
HSL42.18º46.54%57.45%-
HSV(B)42.18º51.27%77.25%-
XYZ38.9640.3516.8-
YUV167.8887.44148.77-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.83%
GREEN value IS 167 (65.62% from 255) = 36.30%
BLUE value IS 96 (37.89% from 255) = 20.87%
R=42.83%
G=36.30%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971679600.150.510.2342.1846.5457.45
HexC5A7600F33172a2f39
Octal3052471400176327525771
Binary110001011010011111000000111111001110111101010101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A760; }

 p { color: rgb(197,167,96); }

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

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

 a { background-color: rgb(197,167,96); }

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

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

 span { border-color: rgb(197,167,96); }

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