Shades of Laser #C09E56
Tints of Laser #C09E56
RGB
CMYK
RGB Variations
Color information
#C09E56 (or 0xC09E56) is known color: Laser. HEX triplet: C0, 9E and 56. RGB value is (192,158,86). Sum of RGB (Red+Green+Blue) = 192+158+86=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 158 (62.11% from 255 or 36.24% from 436); Blue value is 86 (33.98% from 255 or 19.72% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C09E56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09E56 is #3F61A9. Grayscale: #A0A0A0. Windows color (decimal): -4153770 or 5676736. OLE color: 5676736.
HSL color Cylindrical-coordinate representation of color #C09E56: hue angle of 40.75º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C09E56 is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 158 | 86 | - |
| CMYK | 0 | 0.18 | 0.55 | 0.25 |
| HSL | 40.75º | 0.46% | 0.55% | - |
| HSV(B) | 40.75º | 0.55% | 0.75% | - |
| XYZ | 35.64 | 36.33 | 13.94 | - |
| YUV | 159.96 | 86.26 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 158 | 86 | 0 | 0.18 | 0.55 | 0.25 | 40.75 | 0.46 | 0.55 |
| Hex | C0 | 9E | 56 | 0 | 12 | 37 | 19 | 29 | 2E | 37 |
| Octal | 300 | 236 | 126 | 0 | 22 | 67 | 31 | 51 | 56 | 67 |
| Binary | 11000000 | 10011110 | 1010110 | 0 | 10010 | 110111 | 11001 | 101001 | 101110 | 110111 |
Color Harmonies of #C09E56
Complementary color
Monochromatic Colors of #C09E56
Black with #C09E56
Text Example
Text Example
White with #C09E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09E56; }
p { color: rgb(192,158,86); }
H1.HeaderClassName
{
color: #C09E56;
}
.AnyTagClassName
{
color: #C09E56;
}
</style>
background-color css
<style>
a { background-color: #C09E56; }
a { background-color: rgb(192,158,86); }
div.DivClassName
{
background-color: #C09E56;
}
.BgClassName
{
background-color: #C09E56;
}
</style>
border-color css
<style>
span { border-color: #C09E56; }
span { border-color: rgb(192,158,86); }
td.TdClassName
{
border-color: #C09E56;
}
.TagClassName
{
border-color: #C09E56;
}
</style>