Shades of Laser #C19E60
Tints of Laser #C19E60
RGB
CMYK
RGB Variations
Color information
#C19E60 (or 0xC19E60) is known color: Laser. HEX triplet: C1, 9E and 60. RGB value is (193,158,96). Sum of RGB (Red+Green+Blue) = 193+158+96=447 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.18% from 447); Green value is 158 (62.11% from 255 or 35.35% from 447); Blue value is 96 (37.89% from 255 or 21.48% from 447); Max value from RGB is 193 - color contains mainly: red. Hex color #C19E60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19E60 is #3E619F. Grayscale: #A1A1A1. Windows color (decimal): -4088224 or 6332097. OLE color: 6332097.
HSL color Cylindrical-coordinate representation of color #C19E60: hue angle of 38.35º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C19E60 is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 158 | 96 | - |
| CMYK | 0 | 0.18 | 0.50 | 0.24 |
| HSL | 38.35º | 0.44% | 0.57% | - |
| HSV(B) | 38.35º | 0.5% | 0.76% | - |
| XYZ | 36.33 | 36.64 | 16.22 | - |
| YUV | 161.4 | 91.1 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 158 | 96 | 0 | 0.18 | 0.50 | 0.24 | 38.35 | 0.44 | 0.57 |
| Hex | C1 | 9E | 60 | 0 | 12 | 32 | 18 | 26 | 2C | 39 |
| Octal | 301 | 236 | 140 | 0 | 22 | 62 | 30 | 46 | 54 | 71 |
| Binary | 11000001 | 10011110 | 1100000 | 0 | 10010 | 110010 | 11000 | 100110 | 101100 | 111001 |
Color Harmonies of #C19E60
Complementary color
Monochromatic Colors of #C19E60
Black with #C19E60
Text Example
Text Example
White with #C19E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19E60; }
p { color: rgb(193,158,96); }
H1.HeaderClassName
{
color: #C19E60;
}
.AnyTagClassName
{
color: #C19E60;
}
</style>
background-color css
<style>
a { background-color: #C19E60; }
a { background-color: rgb(193,158,96); }
div.DivClassName
{
background-color: #C19E60;
}
.BgClassName
{
background-color: #C19E60;
}
</style>
border-color css
<style>
span { border-color: #C19E60; }
span { border-color: rgb(193,158,96); }
td.TdClassName
{
border-color: #C19E60;
}
.TagClassName
{
border-color: #C19E60;
}
</style>