#C5A15F

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

Shades of Laser #C5A15F

Tints of Laser #C5A15F

Color information

#C5A15F (or 0xC5A15F) is unknown color: approx Laser. HEX triplet: C5, A1 and 5F. RGB value is (197,161,95). Sum of RGB (Red+Green+Blue) = 197+161+95=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 161 (63.28% from 255 or 35.54% from 453); Blue value is 95 (37.5% from 255 or 20.97% from 453); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A15F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A15F is #3A5EA0. Grayscale: #A4A4A4. Windows color (decimal): -3825313 or 6267333. OLE color: 6267333.

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

Color convert

RGB19716195-
CMYK00.180.520.23
HSL38.82º46.79%57.25%-
HSV(B)38.82º51.78%77.25%-
XYZ37.8438.1916.2-
YUV164.2488.93151.37-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.49%
GREEN value IS 161 (63.28% from 255) = 35.54%
BLUE value IS 95 (37.5% from 255) = 20.97%
R=43.49%
G=35.54%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971619500.180.520.2338.8246.7957.25
HexC5A15F0123417272f39
Octal3052411370226427475771
Binary1100010110100001101111101001011010010111100111101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A15F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A15F; }

 p { color: rgb(197,161,95); }

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

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

 a { background-color: rgb(197,161,95); }

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

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

 span { border-color: rgb(197,161,95); }

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