#C5A161

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

Shades of Laser #C5A161

Tints of Laser #C5A161

Color information

#C5A161 (or 0xC5A161) is unknown color: approx Laser. HEX triplet: C5, A1 and 61. RGB value is (197,161,97). Sum of RGB (Red+Green+Blue) = 197+161+97=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 161 (63.28% from 255 or 35.38% from 455); Blue value is 97 (38.28% from 255 or 21.32% from 455); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A161 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A161 is #3A5E9E. Grayscale: #A4A4A4. Windows color (decimal): -3825311 or 6398405. OLE color: 6398405.

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

Color convert

RGB19716197-
CMYK00.180.510.23
HSL38.4º46.3%57.65%-
HSV(B)38.4º50.76%77.25%-
XYZ37.9338.2216.69-
YUV164.4789.93151.2-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.30%
GREEN value IS 161 (63.28% from 255) = 35.38%
BLUE value IS 97 (38.28% from 255) = 21.32%
R=43.30%
G=35.38%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971619700.180.510.2338.446.357.65
HexC5A1610123317262e3a
Octal3052411410226327465672
Binary1100010110100001110000101001011001110111100110101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A161; }

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

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

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

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

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

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

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

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