Shades of Laser #C19E5E
Tints of Laser #C19E5E
RGB
CMYK
RGB Variations
Color information
#C19E5E (or 0xC19E5E) is known color: Laser. HEX triplet: C1, 9E and 5E. RGB value is (193,158,94). Sum of RGB (Red+Green+Blue) = 193+158+94=445 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.37% from 445); Green value is 158 (62.11% from 255 or 35.51% from 445); Blue value is 94 (37.11% from 255 or 21.12% from 445); Max value from RGB is 193 - color contains mainly: red. Hex color #C19E5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19E5E is #3E61A1. Grayscale: #A1A1A1. Windows color (decimal): -4088226 or 6201025. OLE color: 6201025.
HSL color Cylindrical-coordinate representation of color #C19E5E: hue angle of 38.79º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C19E5E is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 158 | 94 | - |
| CMYK | 0 | 0.18 | 0.51 | 0.24 |
| HSL | 38.79º | 0.44% | 0.56% | - |
| HSV(B) | 38.79º | 0.51% | 0.76% | - |
| XYZ | 36.24 | 36.6 | 15.74 | - |
| YUV | 161.17 | 90.1 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 158 | 94 | 0 | 0.18 | 0.51 | 0.24 | 38.79 | 0.44 | 0.56 |
| Hex | C1 | 9E | 5E | 0 | 12 | 33 | 18 | 27 | 2C | 38 |
| Octal | 301 | 236 | 136 | 0 | 22 | 63 | 30 | 47 | 54 | 70 |
| Binary | 11000001 | 10011110 | 1011110 | 0 | 10010 | 110011 | 11000 | 100111 | 101100 | 111000 |
Color Harmonies of #C19E5E
Complementary color
Monochromatic Colors of #C19E5E
Black with #C19E5E
Text Example
Text Example
White with #C19E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19E5E; }
p { color: rgb(193,158,94); }
H1.HeaderClassName
{
color: #C19E5E;
}
.AnyTagClassName
{
color: #C19E5E;
}
</style>
background-color css
<style>
a { background-color: #C19E5E; }
a { background-color: rgb(193,158,94); }
div.DivClassName
{
background-color: #C19E5E;
}
.BgClassName
{
background-color: #C19E5E;
}
</style>
border-color css
<style>
span { border-color: #C19E5E; }
span { border-color: rgb(193,158,94); }
td.TdClassName
{
border-color: #C19E5E;
}
.TagClassName
{
border-color: #C19E5E;
}
</style>