Shades of Laser #C09F5B
Tints of Laser #C09F5B
RGB
CMYK
RGB Variations
Color information
#C09F5B (or 0xC09F5B) is known color: Laser. HEX triplet: C0, 9F and 5B. RGB value is (192,159,91). Sum of RGB (Red+Green+Blue) = 192+159+91=442 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.44% from 442); Green value is 159 (62.5% from 255 or 35.97% from 442); Blue value is 91 (35.94% from 255 or 20.59% from 442); Max value from RGB is 192 - color contains mainly: red. Hex color #C09F5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09F5B is #3F60A4. Grayscale: #A1A1A1. Windows color (decimal): -4153509 or 6004672. OLE color: 6004672.
HSL color Cylindrical-coordinate representation of color #C09F5B: hue angle of 40.4º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C09F5B is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 159 | 91 | - |
| CMYK | 0 | 0.17 | 0.53 | 0.25 |
| HSL | 40.4º | 0.44% | 0.55% | - |
| HSV(B) | 40.4º | 0.53% | 0.75% | - |
| XYZ | 36.02 | 36.76 | 15.09 | - |
| YUV | 161.12 | 88.43 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 159 | 91 | 0 | 0.17 | 0.53 | 0.25 | 40.4 | 0.44 | 0.55 |
| Hex | C0 | 9F | 5B | 0 | 11 | 35 | 19 | 28 | 2C | 37 |
| Octal | 300 | 237 | 133 | 0 | 21 | 65 | 31 | 50 | 54 | 67 |
| Binary | 11000000 | 10011111 | 1011011 | 0 | 10001 | 110101 | 11001 | 101000 | 101100 | 110111 |
Color Harmonies of #C09F5B
Complementary color
Monochromatic Colors of #C09F5B
Black with #C09F5B
Text Example
Text Example
White with #C09F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09F5B; }
p { color: rgb(192,159,91); }
H1.HeaderClassName
{
color: #C09F5B;
}
.AnyTagClassName
{
color: #C09F5B;
}
</style>
background-color css
<style>
a { background-color: #C09F5B; }
a { background-color: rgb(192,159,91); }
div.DivClassName
{
background-color: #C09F5B;
}
.BgClassName
{
background-color: #C09F5B;
}
</style>
border-color css
<style>
span { border-color: #C09F5B; }
span { border-color: rgb(192,159,91); }
td.TdClassName
{
border-color: #C09F5B;
}
.TagClassName
{
border-color: #C09F5B;
}
</style>