Shades of Laser #C09E5D
Tints of Laser #C09E5D
RGB
CMYK
RGB Variations
Color information
#C09E5D (or 0xC09E5D) is known color: Laser. HEX triplet: C0, 9E and 5D. RGB value is (192,158,93). Sum of RGB (Red+Green+Blue) = 192+158+93=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 158 (62.11% from 255 or 35.67% from 443); Blue value is 93 (36.72% from 255 or 20.99% from 443); Max value from RGB is 192 - color contains mainly: red. Hex color #C09E5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09E5D is #3F61A2. Grayscale: #A1A1A1. Windows color (decimal): -4153763 or 6135488. OLE color: 6135488.
HSL color Cylindrical-coordinate representation of color #C09E5D: hue angle of 39.39º 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 #C09E5D is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 158 | 93 | - |
| CMYK | 0 | 0.18 | 0.52 | 0.25 |
| HSL | 39.39º | 0.44% | 0.56% | - |
| HSV(B) | 39.39º | 0.52% | 0.75% | - |
| XYZ | 35.94 | 36.45 | 15.5 | - |
| YUV | 160.76 | 89.76 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 158 | 93 | 0 | 0.18 | 0.52 | 0.25 | 39.39 | 0.44 | 0.56 |
| Hex | C0 | 9E | 5D | 0 | 12 | 34 | 19 | 27 | 2C | 38 |
| Octal | 300 | 236 | 135 | 0 | 22 | 64 | 31 | 47 | 54 | 70 |
| Binary | 11000000 | 10011110 | 1011101 | 0 | 10010 | 110100 | 11001 | 100111 | 101100 | 111000 |
Color Harmonies of #C09E5D
Complementary color
Monochromatic Colors of #C09E5D
Black with #C09E5D
Text Example
Text Example
White with #C09E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09E5D; }
p { color: rgb(192,158,93); }
H1.HeaderClassName
{
color: #C09E5D;
}
.AnyTagClassName
{
color: #C09E5D;
}
</style>
background-color css
<style>
a { background-color: #C09E5D; }
a { background-color: rgb(192,158,93); }
div.DivClassName
{
background-color: #C09E5D;
}
.BgClassName
{
background-color: #C09E5D;
}
</style>
border-color css
<style>
span { border-color: #C09E5D; }
span { border-color: rgb(192,158,93); }
td.TdClassName
{
border-color: #C09E5D;
}
.TagClassName
{
border-color: #C09E5D;
}
</style>