Shades of Laser #C49E53
Tints of Laser #C49E53
RGB
CMYK
RGB Variations
Color information
#C49E53 (or 0xC49E53) is known color: Laser. HEX triplet: C4, 9E and 53. RGB value is (196,158,83). Sum of RGB (Red+Green+Blue) = 196+158+83=437 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.85% from 437); Green value is 158 (62.11% from 255 or 36.16% from 437); Blue value is 83 (32.81% from 255 or 18.99% from 437); Max value from RGB is 196 - color contains mainly: red. Hex color #C49E53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49E53 is #3B61AC. Grayscale: #A1A1A1. Windows color (decimal): -3891629 or 5480132. OLE color: 5480132.
HSL color Cylindrical-coordinate representation of color #C49E53: hue angle of 39.82º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C49E53 is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 158 | 83 | - |
| CMYK | 0 | 0.19 | 0.58 | 0.23 |
| HSL | 39.82º | 0.49% | 0.55% | - |
| HSV(B) | 39.82º | 0.58% | 0.77% | - |
| XYZ | 36.55 | 36.81 | 13.36 | - |
| YUV | 160.81 | 84.09 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 158 | 83 | 0 | 0.19 | 0.58 | 0.23 | 39.82 | 0.49 | 0.55 |
| Hex | C4 | 9E | 53 | 0 | 13 | 3A | 17 | 28 | 31 | 37 |
| Octal | 304 | 236 | 123 | 0 | 23 | 72 | 27 | 50 | 61 | 67 |
| Binary | 11000100 | 10011110 | 1010011 | 0 | 10011 | 111010 | 10111 | 101000 | 110001 | 110111 |
Color Harmonies of #C49E53
Complementary color
Monochromatic Colors of #C49E53
Black with #C49E53
Text Example
Text Example
White with #C49E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49E53; }
p { color: rgb(196,158,83); }
H1.HeaderClassName
{
color: #C49E53;
}
.AnyTagClassName
{
color: #C49E53;
}
</style>
background-color css
<style>
a { background-color: #C49E53; }
a { background-color: rgb(196,158,83); }
div.DivClassName
{
background-color: #C49E53;
}
.BgClassName
{
background-color: #C49E53;
}
</style>
border-color css
<style>
span { border-color: #C49E53; }
span { border-color: rgb(196,158,83); }
td.TdClassName
{
border-color: #C49E53;
}
.TagClassName
{
border-color: #C49E53;
}
</style>