Shades of Laser #C19D5E
Tints of Laser #C19D5E
RGB
CMYK
RGB Variations
Color information
#C19D5E (or 0xC19D5E) is known color: Laser. HEX triplet: C1, 9D and 5E. RGB value is (193,157,94). Sum of RGB (Red+Green+Blue) = 193+157+94=444 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.47% from 444); Green value is 157 (61.72% from 255 or 35.36% from 444); Blue value is 94 (37.11% from 255 or 21.17% from 444); Max value from RGB is 193 - color contains mainly: red. Hex color #C19D5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19D5E is #3E62A1. Grayscale: #A0A0A0. Windows color (decimal): -4088482 or 6200769. OLE color: 6200769.
HSL color Cylindrical-coordinate representation of color #C19D5E: hue angle of 38.18º 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 #C19D5E is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 157 | 94 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.24 |
| HSL | 38.18º | 0.44% | 0.56% | - |
| HSV(B) | 38.18º | 0.51% | 0.76% | - |
| XYZ | 36.07 | 36.26 | 15.69 | - |
| YUV | 160.58 | 90.43 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 157 | 94 | 0 | 0.19 | 0.51 | 0.24 | 38.18 | 0.44 | 0.56 |
| Hex | C1 | 9D | 5E | 0 | 13 | 33 | 18 | 26 | 2C | 38 |
| Octal | 301 | 235 | 136 | 0 | 23 | 63 | 30 | 46 | 54 | 70 |
| Binary | 11000001 | 10011101 | 1011110 | 0 | 10011 | 110011 | 11000 | 100110 | 101100 | 111000 |
Color Harmonies of #C19D5E
Complementary color
Monochromatic Colors of #C19D5E
Black with #C19D5E
Text Example
Text Example
White with #C19D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19D5E; }
p { color: rgb(193,157,94); }
H1.HeaderClassName
{
color: #C19D5E;
}
.AnyTagClassName
{
color: #C19D5E;
}
</style>
background-color css
<style>
a { background-color: #C19D5E; }
a { background-color: rgb(193,157,94); }
div.DivClassName
{
background-color: #C19D5E;
}
.BgClassName
{
background-color: #C19D5E;
}
</style>
border-color css
<style>
span { border-color: #C19D5E; }
span { border-color: rgb(193,157,94); }
td.TdClassName
{
border-color: #C19D5E;
}
.TagClassName
{
border-color: #C19D5E;
}
</style>