Shades of Laser #C09E5F
Tints of Laser #C09E5F
RGB
CMYK
RGB Variations
Color information
#C09E5F (or 0xC09E5F) is known color: Laser. HEX triplet: C0, 9E and 5F. RGB value is (192,158,95). Sum of RGB (Red+Green+Blue) = 192+158+95=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 158 (62.11% from 255 or 35.51% from 445); Blue value is 95 (37.5% from 255 or 21.35% from 445); Max value from RGB is 192 - color contains mainly: red. Hex color #C09E5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09E5F is #3F61A0. Grayscale: #A1A1A1. Windows color (decimal): -4153761 or 6266560. OLE color: 6266560.
HSL color Cylindrical-coordinate representation of color #C09E5F: hue angle of 38.97º degrees, saturation: 0.43, 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 #C09E5F is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 158 | 95 | - |
| CMYK | 0 | 0.18 | 0.51 | 0.25 |
| HSL | 38.97º | 0.43% | 0.56% | - |
| HSV(B) | 38.97º | 0.51% | 0.75% | - |
| XYZ | 36.03 | 36.49 | 15.97 | - |
| YUV | 160.98 | 90.76 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 158 | 95 | 0 | 0.18 | 0.51 | 0.25 | 38.97 | 0.43 | 0.56 |
| Hex | C0 | 9E | 5F | 0 | 12 | 33 | 19 | 27 | 2B | 38 |
| Octal | 300 | 236 | 137 | 0 | 22 | 63 | 31 | 47 | 53 | 70 |
| Binary | 11000000 | 10011110 | 1011111 | 0 | 10010 | 110011 | 11001 | 100111 | 101011 | 111000 |
Color Harmonies of #C09E5F
Complementary color
Monochromatic Colors of #C09E5F
Black with #C09E5F
Text Example
Text Example
White with #C09E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09E5F; }
p { color: rgb(192,158,95); }
H1.HeaderClassName
{
color: #C09E5F;
}
.AnyTagClassName
{
color: #C09E5F;
}
</style>
background-color css
<style>
a { background-color: #C09E5F; }
a { background-color: rgb(192,158,95); }
div.DivClassName
{
background-color: #C09E5F;
}
.BgClassName
{
background-color: #C09E5F;
}
</style>
border-color css
<style>
span { border-color: #C09E5F; }
span { border-color: rgb(192,158,95); }
td.TdClassName
{
border-color: #C09E5F;
}
.TagClassName
{
border-color: #C09E5F;
}
</style>