Shades of Laser #C39E55
Tints of Laser #C39E55
RGB
CMYK
RGB Variations
Color information
#C39E55 (or 0xC39E55) is known color: Laser. HEX triplet: C3, 9E and 55. RGB value is (195,158,85). Sum of RGB (Red+Green+Blue) = 195+158+85=438 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.52% from 438); Green value is 158 (62.11% from 255 or 36.07% from 438); Blue value is 85 (33.59% from 255 or 19.41% from 438); Max value from RGB is 195 - color contains mainly: red. Hex color #C39E55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39E55 is #3C61AA. Grayscale: #A1A1A1. Windows color (decimal): -3957163 or 5611203. OLE color: 5611203.
HSL color Cylindrical-coordinate representation of color #C39E55: hue angle of 39.82º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C39E55 is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 158 | 85 | - |
| CMYK | 0 | 0.19 | 0.56 | 0.24 |
| HSL | 39.82º | 0.48% | 0.55% | - |
| HSV(B) | 39.82º | 0.56% | 0.76% | - |
| XYZ | 36.37 | 36.71 | 13.76 | - |
| YUV | 160.74 | 85.26 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 158 | 85 | 0 | 0.19 | 0.56 | 0.24 | 39.82 | 0.48 | 0.55 |
| Hex | C3 | 9E | 55 | 0 | 13 | 38 | 18 | 28 | 30 | 37 |
| Octal | 303 | 236 | 125 | 0 | 23 | 70 | 30 | 50 | 60 | 67 |
| Binary | 11000011 | 10011110 | 1010101 | 0 | 10011 | 111000 | 11000 | 101000 | 110000 | 110111 |
Color Harmonies of #C39E55
Complementary color
Monochromatic Colors of #C39E55
Black with #C39E55
Text Example
Text Example
White with #C39E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39E55; }
p { color: rgb(195,158,85); }
H1.HeaderClassName
{
color: #C39E55;
}
.AnyTagClassName
{
color: #C39E55;
}
</style>
background-color css
<style>
a { background-color: #C39E55; }
a { background-color: rgb(195,158,85); }
div.DivClassName
{
background-color: #C39E55;
}
.BgClassName
{
background-color: #C39E55;
}
</style>
border-color css
<style>
span { border-color: #C39E55; }
span { border-color: rgb(195,158,85); }
td.TdClassName
{
border-color: #C39E55;
}
.TagClassName
{
border-color: #C39E55;
}
</style>