#C5A15B

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

Shades of Laser #C5A15B

Tints of Laser #C5A15B

Color information

#C5A15B (or 0xC5A15B) is unknown color: approx Laser. HEX triplet: C5, A1 and 5B. RGB value is (197,161,91). Sum of RGB (Red+Green+Blue) = 197+161+91=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 161 (63.28% from 255 or 35.86% from 449); Blue value is 91 (35.94% from 255 or 20.27% from 449); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A15B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A15B is #3A5EA4. Grayscale: #A4A4A4. Windows color (decimal): -3825317 or 6005189. OLE color: 6005189.

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

Color convert

RGB19716191-
CMYK00.180.540.23
HSL39.62º47.75%56.47%-
HSV(B)39.62º53.81%77.25%-
XYZ37.6638.1215.27-
YUV163.7886.93151.69-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.88%
GREEN value IS 161 (63.28% from 255) = 35.86%
BLUE value IS 91 (35.94% from 255) = 20.27%
R=43.88%
G=35.86%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.54
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971619100.180.540.2339.6247.7556.47
HexC5A15B0123617283038
Octal3052411330226627506070
Binary1100010110100001101101101001011011010111101000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A15B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A15B; }

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

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

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

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

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

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

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

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