Shades of Laser #C09E60
Tints of Laser #C09E60
RGB
CMYK
RGB Variations
Color information
#C09E60 (or 0xC09E60) is known color: Laser. HEX triplet: C0, 9E and 60. RGB value is (192,158,96). Sum of RGB (Red+Green+Blue) = 192+158+96=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 158 (62.11% from 255 or 35.43% from 446); Blue value is 96 (37.89% from 255 or 21.52% from 446); Max value from RGB is 192 - color contains mainly: red. Hex color #C09E60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09E60 is #3F619F. Grayscale: #A1A1A1. Windows color (decimal): -4153760 or 6332096. OLE color: 6332096.
HSL color Cylindrical-coordinate representation of color #C09E60: hue angle of 38.75º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C09E60 is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 158 | 96 | - |
| CMYK | 0 | 0.18 | 0.50 | 0.25 |
| HSL | 38.75º | 0.43% | 0.56% | - |
| HSV(B) | 38.75º | 0.5% | 0.75% | - |
| XYZ | 36.08 | 36.5 | 16.21 | - |
| YUV | 161.1 | 91.26 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 158 | 96 | 0 | 0.18 | 0.50 | 0.25 | 38.75 | 0.43 | 0.56 |
| Hex | C0 | 9E | 60 | 0 | 12 | 32 | 19 | 27 | 2B | 38 |
| Octal | 300 | 236 | 140 | 0 | 22 | 62 | 31 | 47 | 53 | 70 |
| Binary | 11000000 | 10011110 | 1100000 | 0 | 10010 | 110010 | 11001 | 100111 | 101011 | 111000 |
Color Harmonies of #C09E60
Complementary color
Monochromatic Colors of #C09E60
Black with #C09E60
Text Example
Text Example
White with #C09E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09E60; }
p { color: rgb(192,158,96); }
H1.HeaderClassName
{
color: #C09E60;
}
.AnyTagClassName
{
color: #C09E60;
}
</style>
background-color css
<style>
a { background-color: #C09E60; }
a { background-color: rgb(192,158,96); }
div.DivClassName
{
background-color: #C09E60;
}
.BgClassName
{
background-color: #C09E60;
}
</style>
border-color css
<style>
span { border-color: #C09E60; }
span { border-color: rgb(192,158,96); }
td.TdClassName
{
border-color: #C09E60;
}
.TagClassName
{
border-color: #C09E60;
}
</style>