Shades of Laser #C09F5E
Tints of Laser #C09F5E
RGB
CMYK
RGB Variations
Color information
#C09F5E (or 0xC09F5E) is known color: Laser. HEX triplet: C0, 9F and 5E. RGB value is (192,159,94). Sum of RGB (Red+Green+Blue) = 192+159+94=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 159 (62.5% from 255 or 35.73% from 445); Blue value is 94 (37.11% from 255 or 21.12% from 445); Max value from RGB is 192 - color contains mainly: red. Hex color #C09F5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09F5E is #3F60A1. Grayscale: #A1A1A1. Windows color (decimal): -4153506 or 6201280. OLE color: 6201280.
HSL color Cylindrical-coordinate representation of color #C09F5E: hue angle of 39.8º 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 #C09F5E is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 159 | 94 | - |
| CMYK | 0 | 0.17 | 0.51 | 0.25 |
| HSL | 39.8º | 0.44% | 0.56% | - |
| HSV(B) | 39.8º | 0.51% | 0.75% | - |
| XYZ | 36.16 | 36.81 | 15.79 | - |
| YUV | 161.46 | 89.93 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 159 | 94 | 0 | 0.17 | 0.51 | 0.25 | 39.8 | 0.44 | 0.56 |
| Hex | C0 | 9F | 5E | 0 | 11 | 33 | 19 | 28 | 2C | 38 |
| Octal | 300 | 237 | 136 | 0 | 21 | 63 | 31 | 50 | 54 | 70 |
| Binary | 11000000 | 10011111 | 1011110 | 0 | 10001 | 110011 | 11001 | 101000 | 101100 | 111000 |
Color Harmonies of #C09F5E
Complementary color
Monochromatic Colors of #C09F5E
Black with #C09F5E
Text Example
Text Example
White with #C09F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09F5E; }
p { color: rgb(192,159,94); }
H1.HeaderClassName
{
color: #C09F5E;
}
.AnyTagClassName
{
color: #C09F5E;
}
</style>
background-color css
<style>
a { background-color: #C09F5E; }
a { background-color: rgb(192,159,94); }
div.DivClassName
{
background-color: #C09F5E;
}
.BgClassName
{
background-color: #C09F5E;
}
</style>
border-color css
<style>
span { border-color: #C09F5E; }
span { border-color: rgb(192,159,94); }
td.TdClassName
{
border-color: #C09F5E;
}
.TagClassName
{
border-color: #C09F5E;
}
</style>