Shades of Laser #C09F5D
Tints of Laser #C09F5D
RGB
CMYK
RGB Variations
Color information
#C09F5D (or 0xC09F5D) is known color: Laser. HEX triplet: C0, 9F and 5D. RGB value is (192,159,93). Sum of RGB (Red+Green+Blue) = 192+159+93=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 159 (62.5% from 255 or 35.81% from 444); Blue value is 93 (36.72% from 255 or 20.95% from 444); Max value from RGB is 192 - color contains mainly: red. Hex color #C09F5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09F5D is #3F60A2. Grayscale: #A1A1A1. Windows color (decimal): -4153507 or 6135744. OLE color: 6135744.
HSL color Cylindrical-coordinate representation of color #C09F5D: hue angle of 40º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C09F5D is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 159 | 93 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.25 |
| HSL | 40º | 0.44% | 0.56% | - |
| HSV(B) | 40º | 0.52% | 0.75% | - |
| XYZ | 36.11 | 36.79 | 15.55 | - |
| YUV | 161.34 | 89.43 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 159 | 93 | 0 | 0.17 | 0.52 | 0.25 | 40 | 0.44 | 0.56 |
| Hex | C0 | 9F | 5D | 0 | 11 | 34 | 19 | 28 | 2C | 38 |
| Octal | 300 | 237 | 135 | 0 | 21 | 64 | 31 | 50 | 54 | 70 |
| Binary | 11000000 | 10011111 | 1011101 | 0 | 10001 | 110100 | 11001 | 101000 | 101100 | 111000 |
Color Harmonies of #C09F5D
Complementary color
Monochromatic Colors of #C09F5D
Black with #C09F5D
Text Example
Text Example
White with #C09F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09F5D; }
p { color: rgb(192,159,93); }
H1.HeaderClassName
{
color: #C09F5D;
}
.AnyTagClassName
{
color: #C09F5D;
}
</style>
background-color css
<style>
a { background-color: #C09F5D; }
a { background-color: rgb(192,159,93); }
div.DivClassName
{
background-color: #C09F5D;
}
.BgClassName
{
background-color: #C09F5D;
}
</style>
border-color css
<style>
span { border-color: #C09F5D; }
span { border-color: rgb(192,159,93); }
td.TdClassName
{
border-color: #C09F5D;
}
.TagClassName
{
border-color: #C09F5D;
}
</style>