Shades of Laser #C19D5D
Tints of Laser #C19D5D
RGB
CMYK
RGB Variations
Color information
#C19D5D (or 0xC19D5D) is known color: Laser. HEX triplet: C1, 9D and 5D. RGB value is (193,157,93). Sum of RGB (Red+Green+Blue) = 193+157+93=443 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.57% from 443); Green value is 157 (61.72% from 255 or 35.44% from 443); Blue value is 93 (36.72% from 255 or 20.99% from 443); Max value from RGB is 193 - color contains mainly: red. Hex color #C19D5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19D5D is #3E62A2. Grayscale: #A0A0A0. Windows color (decimal): -4088483 or 6135233. OLE color: 6135233.
HSL color Cylindrical-coordinate representation of color #C19D5D: hue angle of 38.4º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C19D5D is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 157 | 93 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.24 |
| HSL | 38.4º | 0.45% | 0.56% | - |
| HSV(B) | 38.4º | 0.52% | 0.76% | - |
| XYZ | 36.03 | 36.24 | 15.45 | - |
| YUV | 160.47 | 89.93 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 157 | 93 | 0 | 0.19 | 0.52 | 0.24 | 38.4 | 0.45 | 0.56 |
| Hex | C1 | 9D | 5D | 0 | 13 | 34 | 18 | 26 | 2D | 38 |
| Octal | 301 | 235 | 135 | 0 | 23 | 64 | 30 | 46 | 55 | 70 |
| Binary | 11000001 | 10011101 | 1011101 | 0 | 10011 | 110100 | 11000 | 100110 | 101101 | 111000 |
Color Harmonies of #C19D5D
Complementary color
Monochromatic Colors of #C19D5D
Black with #C19D5D
Text Example
Text Example
White with #C19D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19D5D; }
p { color: rgb(193,157,93); }
H1.HeaderClassName
{
color: #C19D5D;
}
.AnyTagClassName
{
color: #C19D5D;
}
</style>
background-color css
<style>
a { background-color: #C19D5D; }
a { background-color: rgb(193,157,93); }
div.DivClassName
{
background-color: #C19D5D;
}
.BgClassName
{
background-color: #C19D5D;
}
</style>
border-color css
<style>
span { border-color: #C19D5D; }
span { border-color: rgb(193,157,93); }
td.TdClassName
{
border-color: #C19D5D;
}
.TagClassName
{
border-color: #C19D5D;
}
</style>