#C5A562

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

Shades of Laser #C5A562

Tints of Laser #C5A562

Color information

#C5A562 (or 0xC5A562) is unknown color: approx Laser. HEX triplet: C5, A5 and 62. RGB value is (197,165,98). Sum of RGB (Red+Green+Blue) = 197+165+98=460 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.83% from 460); Green value is 165 (64.84% from 255 or 35.87% from 460); Blue value is 98 (38.67% from 255 or 21.30% from 460); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A562 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A562 is #3A5A9D. Grayscale: #A7A7A7. Windows color (decimal): -3824286 or 6464965. OLE color: 6464965.

HSL color Cylindrical-coordinate representation of color #C5A562: hue angle of 40.61º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C5A562 is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.23.

Color convert

RGB19716598-
CMYK00.160.500.23
HSL40.61º46.05%57.84%-
HSV(B)40.61º50.25%77.25%-
XYZ38.6939.6617.17-
YUV166.9389.1149.45-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.83%
GREEN value IS 165 (64.84% from 255) = 35.87%
BLUE value IS 98 (38.67% from 255) = 21.30%
R=42.83%
G=35.87%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.50
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971659800.160.500.2340.6146.0557.84
HexC5A5620103217292e3a
Octal3052451420206227515672
Binary1100010110100101110001001000011001010111101001101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A562; }

 p { color: rgb(197,165,98); }

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

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

 a { background-color: rgb(197,165,98); }

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

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

 span { border-color: rgb(197,165,98); }

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