Shades of Laser #C29E5F
Tints of Laser #C29E5F
RGB
CMYK
RGB Variations
Color information
#C29E5F (or 0xC29E5F) is known color: Laser. HEX triplet: C2, 9E and 5F. RGB value is (194,158,95). Sum of RGB (Red+Green+Blue) = 194+158+95=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 158 (62.11% from 255 or 35.35% from 447); Blue value is 95 (37.5% from 255 or 21.25% from 447); Max value from RGB is 194 - color contains mainly: red. Hex color #C29E5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29E5F is #3D61A0. Grayscale: #A1A1A1. Windows color (decimal): -4022689 or 6266562. OLE color: 6266562.
HSL color Cylindrical-coordinate representation of color #C29E5F: hue angle of 38.18º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C29E5F is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 158 | 95 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.24 |
| HSL | 38.18º | 0.45% | 0.57% | - |
| HSV(B) | 38.18º | 0.51% | 0.76% | - |
| XYZ | 36.54 | 36.75 | 15.99 | - |
| YUV | 161.58 | 90.43 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 158 | 95 | 0 | 0.19 | 0.51 | 0.24 | 38.18 | 0.45 | 0.57 |
| Hex | C2 | 9E | 5F | 0 | 13 | 33 | 18 | 26 | 2D | 39 |
| Octal | 302 | 236 | 137 | 0 | 23 | 63 | 30 | 46 | 55 | 71 |
| Binary | 11000010 | 10011110 | 1011111 | 0 | 10011 | 110011 | 11000 | 100110 | 101101 | 111001 |
Color Harmonies of #C29E5F
Complementary color
Monochromatic Colors of #C29E5F
Black with #C29E5F
Text Example
Text Example
White with #C29E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29E5F; }
p { color: rgb(194,158,95); }
H1.HeaderClassName
{
color: #C29E5F;
}
.AnyTagClassName
{
color: #C29E5F;
}
</style>
background-color css
<style>
a { background-color: #C29E5F; }
a { background-color: rgb(194,158,95); }
div.DivClassName
{
background-color: #C29E5F;
}
.BgClassName
{
background-color: #C29E5F;
}
</style>
border-color css
<style>
span { border-color: #C29E5F; }
span { border-color: rgb(194,158,95); }
td.TdClassName
{
border-color: #C29E5F;
}
.TagClassName
{
border-color: #C29E5F;
}
</style>