Shades of Laser #C09E5E
Tints of Laser #C09E5E
RGB
CMYK
RGB Variations
Color information
#C09E5E (or 0xC09E5E) is known color: Laser. HEX triplet: C0, 9E and 5E. RGB value is (192,158,94). Sum of RGB (Red+Green+Blue) = 192+158+94=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 158 (62.11% from 255 or 35.59% from 444); Blue value is 94 (37.11% from 255 or 21.17% from 444); Max value from RGB is 192 - color contains mainly: red. Hex color #C09E5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09E5E is #3F61A1. Grayscale: #A1A1A1. Windows color (decimal): -4153762 or 6201024. OLE color: 6201024.
HSL color Cylindrical-coordinate representation of color #C09E5E: hue angle of 39.18º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C09E5E is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 158 | 94 | - |
| CMYK | 0 | 0.18 | 0.51 | 0.25 |
| HSL | 39.18º | 0.44% | 0.56% | - |
| HSV(B) | 39.18º | 0.51% | 0.75% | - |
| XYZ | 35.99 | 36.47 | 15.73 | - |
| YUV | 160.87 | 90.26 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 158 | 94 | 0 | 0.18 | 0.51 | 0.25 | 39.18 | 0.44 | 0.56 |
| Hex | C0 | 9E | 5E | 0 | 12 | 33 | 19 | 27 | 2C | 38 |
| Octal | 300 | 236 | 136 | 0 | 22 | 63 | 31 | 47 | 54 | 70 |
| Binary | 11000000 | 10011110 | 1011110 | 0 | 10010 | 110011 | 11001 | 100111 | 101100 | 111000 |
Color Harmonies of #C09E5E
Complementary color
Monochromatic Colors of #C09E5E
Black with #C09E5E
Text Example
Text Example
White with #C09E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09E5E; }
p { color: rgb(192,158,94); }
H1.HeaderClassName
{
color: #C09E5E;
}
.AnyTagClassName
{
color: #C09E5E;
}
</style>
background-color css
<style>
a { background-color: #C09E5E; }
a { background-color: rgb(192,158,94); }
div.DivClassName
{
background-color: #C09E5E;
}
.BgClassName
{
background-color: #C09E5E;
}
</style>
border-color css
<style>
span { border-color: #C09E5E; }
span { border-color: rgb(192,158,94); }
td.TdClassName
{
border-color: #C09E5E;
}
.TagClassName
{
border-color: #C09E5E;
}
</style>