Shades of Laser #C29E58
Tints of Laser #C29E58
RGB
CMYK
RGB Variations
Color information
#C29E58 (or 0xC29E58) is known color: Laser. HEX triplet: C2, 9E and 58. RGB value is (194,158,88). Sum of RGB (Red+Green+Blue) = 194+158+88=440 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.09% from 440); Green value is 158 (62.11% from 255 or 35.91% from 440); Blue value is 88 (34.77% from 255 or 20% from 440); Max value from RGB is 194 - color contains mainly: red. Hex color #C29E58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29E58 is #3D61A7. Grayscale: #A1A1A1. Windows color (decimal): -4022696 or 5807810. OLE color: 5807810.
HSL color Cylindrical-coordinate representation of color #C29E58: hue angle of 39.62º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C29E58 is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 158 | 88 | - |
| CMYK | 0 | 0.19 | 0.55 | 0.24 |
| HSL | 39.62º | 0.46% | 0.55% | - |
| HSV(B) | 39.62º | 0.55% | 0.76% | - |
| XYZ | 36.24 | 36.63 | 14.39 | - |
| YUV | 160.78 | 86.93 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 158 | 88 | 0 | 0.19 | 0.55 | 0.24 | 39.62 | 0.46 | 0.55 |
| Hex | C2 | 9E | 58 | 0 | 13 | 37 | 18 | 28 | 2E | 37 |
| Octal | 302 | 236 | 130 | 0 | 23 | 67 | 30 | 50 | 56 | 67 |
| Binary | 11000010 | 10011110 | 1011000 | 0 | 10011 | 110111 | 11000 | 101000 | 101110 | 110111 |
Color Harmonies of #C29E58
Complementary color
Monochromatic Colors of #C29E58
Black with #C29E58
Text Example
Text Example
White with #C29E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29E58; }
p { color: rgb(194,158,88); }
H1.HeaderClassName
{
color: #C29E58;
}
.AnyTagClassName
{
color: #C29E58;
}
</style>
background-color css
<style>
a { background-color: #C29E58; }
a { background-color: rgb(194,158,88); }
div.DivClassName
{
background-color: #C29E58;
}
.BgClassName
{
background-color: #C29E58;
}
</style>
border-color css
<style>
span { border-color: #C29E58; }
span { border-color: rgb(194,158,88); }
td.TdClassName
{
border-color: #C29E58;
}
.TagClassName
{
border-color: #C29E58;
}
</style>