Shades of Laser #C49E58
Tints of Laser #C49E58
RGB
CMYK
RGB Variations
Color information
#C49E58 (or 0xC49E58) is known color: Laser. HEX triplet: C4, 9E and 58. RGB value is (196,158,88). Sum of RGB (Red+Green+Blue) = 196+158+88=442 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.34% from 442); Green value is 158 (62.11% from 255 or 35.75% from 442); Blue value is 88 (34.77% from 255 or 19.91% from 442); Max value from RGB is 196 - color contains mainly: red. Hex color #C49E58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49E58 is #3B61A7. Grayscale: #A1A1A1. Windows color (decimal): -3891624 or 5807812. OLE color: 5807812.
HSL color Cylindrical-coordinate representation of color #C49E58: hue angle of 38.89º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C49E58 is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 158 | 88 | - |
| CMYK | 0 | 0.19 | 0.55 | 0.23 |
| HSL | 38.89º | 0.48% | 0.56% | - |
| HSV(B) | 38.89º | 0.55% | 0.77% | - |
| XYZ | 36.75 | 36.89 | 14.42 | - |
| YUV | 161.38 | 86.59 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 158 | 88 | 0 | 0.19 | 0.55 | 0.23 | 38.89 | 0.48 | 0.56 |
| Hex | C4 | 9E | 58 | 0 | 13 | 37 | 17 | 27 | 30 | 38 |
| Octal | 304 | 236 | 130 | 0 | 23 | 67 | 27 | 47 | 60 | 70 |
| Binary | 11000100 | 10011110 | 1011000 | 0 | 10011 | 110111 | 10111 | 100111 | 110000 | 111000 |
Color Harmonies of #C49E58
Complementary color
Monochromatic Colors of #C49E58
Black with #C49E58
Text Example
Text Example
White with #C49E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49E58; }
p { color: rgb(196,158,88); }
H1.HeaderClassName
{
color: #C49E58;
}
.AnyTagClassName
{
color: #C49E58;
}
</style>
background-color css
<style>
a { background-color: #C49E58; }
a { background-color: rgb(196,158,88); }
div.DivClassName
{
background-color: #C49E58;
}
.BgClassName
{
background-color: #C49E58;
}
</style>
border-color css
<style>
span { border-color: #C49E58; }
span { border-color: rgb(196,158,88); }
td.TdClassName
{
border-color: #C49E58;
}
.TagClassName
{
border-color: #C49E58;
}
</style>