#C5A163

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

Shades of Laser #C5A163

Tints of Laser #C5A163

Color information

#C5A163 (or 0xC5A163) is unknown color: approx Laser. HEX triplet: C5, A1 and 63. RGB value is (197,161,99). Sum of RGB (Red+Green+Blue) = 197+161+99=457 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.11% from 457); Green value is 161 (63.28% from 255 or 35.23% from 457); Blue value is 99 (39.06% from 255 or 21.66% from 457); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A163 is #3A5E9C. Grayscale: #A4A4A4. Windows color (decimal): -3825309 or 6529477. OLE color: 6529477.

HSL color Cylindrical-coordinate representation of color #C5A163: hue angle of 37.96º 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 #C5A163 is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.23.

Color convert

RGB19716199-
CMYK00.180.500.23
HSL37.96º45.79%58.04%-
HSV(B)37.96º49.75%77.25%-
XYZ38.0238.2617.19-
YUV164.790.93151.04-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.11%
GREEN value IS 161 (63.28% from 255) = 35.23%
BLUE value IS 99 (39.06% from 255) = 21.66%
R=43.11%
G=35.23%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.50
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971619900.180.500.2337.9645.7958.04
HexC5A1630123217262e3a
Octal3052411430226227465672
Binary1100010110100001110001101001011001010111100110101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A163; }

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

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

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

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

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

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

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

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