Shades of Laser #C09E5C
Tints of Laser #C09E5C
RGB
CMYK
RGB Variations
Color information
#C09E5C (or 0xC09E5C) is known color: Laser. HEX triplet: C0, 9E and 5C. RGB value is (192,158,92). Sum of RGB (Red+Green+Blue) = 192+158+92=442 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.44% from 442); Green value is 158 (62.11% from 255 or 35.75% from 442); Blue value is 92 (36.33% from 255 or 20.81% from 442); Max value from RGB is 192 - color contains mainly: red. Hex color #C09E5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09E5C is #3F61A3. Grayscale: #A0A0A0. Windows color (decimal): -4153764 or 6069952. OLE color: 6069952.
HSL color Cylindrical-coordinate representation of color #C09E5C: hue angle of 39.6º 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 #C09E5C is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 158 | 92 | - |
| CMYK | 0 | 0.18 | 0.52 | 0.25 |
| HSL | 39.6º | 0.44% | 0.56% | - |
| HSV(B) | 39.6º | 0.52% | 0.75% | - |
| XYZ | 35.9 | 36.43 | 15.27 | - |
| YUV | 160.64 | 89.26 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 158 | 92 | 0 | 0.18 | 0.52 | 0.25 | 39.6 | 0.44 | 0.56 |
| Hex | C0 | 9E | 5C | 0 | 12 | 34 | 19 | 28 | 2C | 38 |
| Octal | 300 | 236 | 134 | 0 | 22 | 64 | 31 | 50 | 54 | 70 |
| Binary | 11000000 | 10011110 | 1011100 | 0 | 10010 | 110100 | 11001 | 101000 | 101100 | 111000 |
Color Harmonies of #C09E5C
Complementary color
Monochromatic Colors of #C09E5C
Black with #C09E5C
Text Example
Text Example
White with #C09E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09E5C; }
p { color: rgb(192,158,92); }
H1.HeaderClassName
{
color: #C09E5C;
}
.AnyTagClassName
{
color: #C09E5C;
}
</style>
background-color css
<style>
a { background-color: #C09E5C; }
a { background-color: rgb(192,158,92); }
div.DivClassName
{
background-color: #C09E5C;
}
.BgClassName
{
background-color: #C09E5C;
}
</style>
border-color css
<style>
span { border-color: #C09E5C; }
span { border-color: rgb(192,158,92); }
td.TdClassName
{
border-color: #C09E5C;
}
.TagClassName
{
border-color: #C09E5C;
}
</style>