Shades of Laser #C09F55
Tints of Laser #C09F55
RGB
CMYK
RGB Variations
Color information
#C09F55 (or 0xC09F55) is known color: Laser. HEX triplet: C0, 9F and 55. RGB value is (192,159,85). Sum of RGB (Red+Green+Blue) = 192+159+85=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 159 (62.5% from 255 or 36.47% from 436); Blue value is 85 (33.59% from 255 or 19.50% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C09F55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09F55 is #3F60AA. Grayscale: #A0A0A0. Windows color (decimal): -4153515 or 5611456. OLE color: 5611456.
HSL color Cylindrical-coordinate representation of color #C09F55: hue angle of 41.5º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C09F55 is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 159 | 85 | - |
| CMYK | 0 | 0.17 | 0.56 | 0.25 |
| HSL | 41.5º | 0.46% | 0.54% | - |
| HSV(B) | 41.5º | 0.56% | 0.75% | - |
| XYZ | 35.78 | 36.66 | 13.78 | - |
| YUV | 160.43 | 85.43 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 159 | 85 | 0 | 0.17 | 0.56 | 0.25 | 41.5 | 0.46 | 0.54 |
| Hex | C0 | 9F | 55 | 0 | 11 | 38 | 19 | 29 | 2E | 36 |
| Octal | 300 | 237 | 125 | 0 | 21 | 70 | 31 | 51 | 56 | 66 |
| Binary | 11000000 | 10011111 | 1010101 | 0 | 10001 | 111000 | 11001 | 101001 | 101110 | 110110 |
Color Harmonies of #C09F55
Complementary color
Monochromatic Colors of #C09F55
Black with #C09F55
Text Example
Text Example
White with #C09F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09F55; }
p { color: rgb(192,159,85); }
H1.HeaderClassName
{
color: #C09F55;
}
.AnyTagClassName
{
color: #C09F55;
}
</style>
background-color css
<style>
a { background-color: #C09F55; }
a { background-color: rgb(192,159,85); }
div.DivClassName
{
background-color: #C09F55;
}
.BgClassName
{
background-color: #C09F55;
}
</style>
border-color css
<style>
span { border-color: #C09F55; }
span { border-color: rgb(192,159,85); }
td.TdClassName
{
border-color: #C09F55;
}
.TagClassName
{
border-color: #C09F55;
}
</style>