Shades of Laser #C29F5D
Tints of Laser #C29F5D
RGB
CMYK
RGB Variations
Color information
#C29F5D (or 0xC29F5D) is known color: Laser. HEX triplet: C2, 9F and 5D. RGB value is (194,159,93). Sum of RGB (Red+Green+Blue) = 194+159+93=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 159 (62.5% from 255 or 35.65% from 446); Blue value is 93 (36.72% from 255 or 20.85% from 446); Max value from RGB is 194 - color contains mainly: red. Hex color #C29F5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29F5D is #3D60A2. Grayscale: #A2A2A2. Windows color (decimal): -4022435 or 6135746. OLE color: 6135746.
HSL color Cylindrical-coordinate representation of color #C29F5D: hue angle of 39.21º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C29F5D is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 159 | 93 | - |
| CMYK | 0 | 0.18 | 0.52 | 0.24 |
| HSL | 39.21º | 0.45% | 0.56% | - |
| HSV(B) | 39.21º | 0.52% | 0.76% | - |
| XYZ | 36.62 | 37.06 | 15.58 | - |
| YUV | 161.94 | 89.1 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 159 | 93 | 0 | 0.18 | 0.52 | 0.24 | 39.21 | 0.45 | 0.56 |
| Hex | C2 | 9F | 5D | 0 | 12 | 34 | 18 | 27 | 2D | 38 |
| Octal | 302 | 237 | 135 | 0 | 22 | 64 | 30 | 47 | 55 | 70 |
| Binary | 11000010 | 10011111 | 1011101 | 0 | 10010 | 110100 | 11000 | 100111 | 101101 | 111000 |
Color Harmonies of #C29F5D
Complementary color
Monochromatic Colors of #C29F5D
Black with #C29F5D
Text Example
Text Example
White with #C29F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29F5D; }
p { color: rgb(194,159,93); }
H1.HeaderClassName
{
color: #C29F5D;
}
.AnyTagClassName
{
color: #C29F5D;
}
</style>
background-color css
<style>
a { background-color: #C29F5D; }
a { background-color: rgb(194,159,93); }
div.DivClassName
{
background-color: #C29F5D;
}
.BgClassName
{
background-color: #C29F5D;
}
</style>
border-color css
<style>
span { border-color: #C29F5D; }
span { border-color: rgb(194,159,93); }
td.TdClassName
{
border-color: #C29F5D;
}
.TagClassName
{
border-color: #C29F5D;
}
</style>