#C19E57

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

Shades of Laser #C19E57

Tints of Laser #C19E57

Color information

#C19E57 (or 0xC19E57) is unknown color: approx Laser. HEX triplet: C1, 9E and 57. RGB value is (193,158,87). Sum of RGB (Red+Green+Blue) = 193+158+87=438 (58% of max value = 765). Red value is 193 (75.78% from 255 or 44.06% from 438); Green value is 158 (62.11% from 255 or 36.07% from 438); Blue value is 87 (34.38% from 255 or 19.86% from 438); Max value from RGB is 193 - color contains mainly: red. Hex color #C19E57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19E57 is #3E61A8. Grayscale: #A0A0A0. Windows color (decimal): -4088233 or 5742273. OLE color: 5742273.

HSL color Cylindrical-coordinate representation of color #C19E57: hue angle of 40.19º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C19E57 is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB19315887-
CMYK00.180.550.24
HSL40.19º46.09%54.9%-
HSV(B)40.19º54.92%75.69%-
XYZ35.9436.4814.16-
YUV160.3786.6151.27-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.06%
GREEN value IS 158 (62.11% from 255) = 36.07%
BLUE value IS 87 (34.38% from 255) = 19.86%
R=44.06%
G=36.07%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931588700.180.550.2440.1946.0954.9
HexC19E570123718282e37
Octal3012361270226730505667
Binary1100000110011110101011101001011011111000101000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19E57; }

 p { color: rgb(193,158,87); }

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

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

 a { background-color: rgb(193,158,87); }

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

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

 span { border-color: rgb(193,158,87); }

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