Shades of Laser #C19E5D
Tints of Laser #C19E5D
RGB
CMYK
RGB Variations
Color information
#C19E5D (or 0xC19E5D) is known color: Laser. HEX triplet: C1, 9E and 5D. RGB value is (193,158,93). Sum of RGB (Red+Green+Blue) = 193+158+93=444 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.47% from 444); Green value is 158 (62.11% from 255 or 35.59% from 444); Blue value is 93 (36.72% from 255 or 20.95% from 444); Max value from RGB is 193 - color contains mainly: red. Hex color #C19E5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19E5D is #3E61A2. Grayscale: #A1A1A1. Windows color (decimal): -4088227 or 6135489. OLE color: 6135489.
HSL color Cylindrical-coordinate representation of color #C19E5D: hue angle of 39º 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 #C19E5D is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 158 | 93 | - |
| CMYK | 0 | 0.18 | 0.52 | 0.24 |
| HSL | 39º | 0.45% | 0.56% | - |
| HSV(B) | 39º | 0.52% | 0.76% | - |
| XYZ | 36.19 | 36.58 | 15.51 | - |
| YUV | 161.06 | 89.6 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 158 | 93 | 0 | 0.18 | 0.52 | 0.24 | 39 | 0.45 | 0.56 |
| Hex | C1 | 9E | 5D | 0 | 12 | 34 | 18 | 27 | 2D | 38 |
| Octal | 301 | 236 | 135 | 0 | 22 | 64 | 30 | 47 | 55 | 70 |
| Binary | 11000001 | 10011110 | 1011101 | 0 | 10010 | 110100 | 11000 | 100111 | 101101 | 111000 |
Color Harmonies of #C19E5D
Complementary color
Monochromatic Colors of #C19E5D
Black with #C19E5D
Text Example
Text Example
White with #C19E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19E5D; }
p { color: rgb(193,158,93); }
H1.HeaderClassName
{
color: #C19E5D;
}
.AnyTagClassName
{
color: #C19E5D;
}
</style>
background-color css
<style>
a { background-color: #C19E5D; }
a { background-color: rgb(193,158,93); }
div.DivClassName
{
background-color: #C19E5D;
}
.BgClassName
{
background-color: #C19E5D;
}
</style>
border-color css
<style>
span { border-color: #C19E5D; }
span { border-color: rgb(193,158,93); }
td.TdClassName
{
border-color: #C19E5D;
}
.TagClassName
{
border-color: #C19E5D;
}
</style>