Shades of Laser #C29D5C
Tints of Laser #C29D5C
RGB
CMYK
RGB Variations
Color information
#C29D5C (or 0xC29D5C) is known color: Laser. HEX triplet: C2, 9D and 5C. RGB value is (194,157,92). Sum of RGB (Red+Green+Blue) = 194+157+92=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 157 (61.72% from 255 or 35.44% from 443); Blue value is 92 (36.33% from 255 or 20.77% from 443); Max value from RGB is 194 - color contains mainly: red. Hex color #C29D5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29D5C is #3D62A3. Grayscale: #A0A0A0. Windows color (decimal): -4022948 or 6069698. OLE color: 6069698.
HSL color Cylindrical-coordinate representation of color #C29D5C: hue angle of 38.24º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C29D5C is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 157 | 92 | - |
| CMYK | 0 | 0.19 | 0.53 | 0.24 |
| HSL | 38.24º | 0.46% | 0.56% | - |
| HSV(B) | 38.24º | 0.53% | 0.76% | - |
| XYZ | 36.24 | 36.36 | 15.23 | - |
| YUV | 160.65 | 89.26 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 157 | 92 | 0 | 0.19 | 0.53 | 0.24 | 38.24 | 0.46 | 0.56 |
| Hex | C2 | 9D | 5C | 0 | 13 | 35 | 18 | 26 | 2E | 38 |
| Octal | 302 | 235 | 134 | 0 | 23 | 65 | 30 | 46 | 56 | 70 |
| Binary | 11000010 | 10011101 | 1011100 | 0 | 10011 | 110101 | 11000 | 100110 | 101110 | 111000 |
Color Harmonies of #C29D5C
Complementary color
Monochromatic Colors of #C29D5C
Black with #C29D5C
Text Example
Text Example
White with #C29D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29D5C; }
p { color: rgb(194,157,92); }
H1.HeaderClassName
{
color: #C29D5C;
}
.AnyTagClassName
{
color: #C29D5C;
}
</style>
background-color css
<style>
a { background-color: #C29D5C; }
a { background-color: rgb(194,157,92); }
div.DivClassName
{
background-color: #C29D5C;
}
.BgClassName
{
background-color: #C29D5C;
}
</style>
border-color css
<style>
span { border-color: #C29D5C; }
span { border-color: rgb(194,157,92); }
td.TdClassName
{
border-color: #C29D5C;
}
.TagClassName
{
border-color: #C29D5C;
}
</style>