Shades of Laser #C39D5D
Tints of Laser #C39D5D
RGB
CMYK
RGB Variations
Color information
#C39D5D (or 0xC39D5D) is known color: Laser. HEX triplet: C3, 9D and 5D. RGB value is (195,157,93). Sum of RGB (Red+Green+Blue) = 195+157+93=445 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.82% from 445); Green value is 157 (61.72% from 255 or 35.28% from 445); Blue value is 93 (36.72% from 255 or 20.90% from 445); Max value from RGB is 195 - color contains mainly: red. Hex color #C39D5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39D5D is #3C62A2. Grayscale: #A1A1A1. Windows color (decimal): -3957411 or 6135235. OLE color: 6135235.
HSL color Cylindrical-coordinate representation of color #C39D5D: hue angle of 37.65º degrees, saturation: 0.46, 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 #C39D5D is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 157 | 93 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.24 |
| HSL | 37.65º | 0.46% | 0.56% | - |
| HSV(B) | 37.65º | 0.52% | 0.76% | - |
| XYZ | 36.54 | 36.51 | 15.48 | - |
| YUV | 161.07 | 89.59 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 157 | 93 | 0 | 0.19 | 0.52 | 0.24 | 37.65 | 0.46 | 0.56 |
| Hex | C3 | 9D | 5D | 0 | 13 | 34 | 18 | 26 | 2E | 38 |
| Octal | 303 | 235 | 135 | 0 | 23 | 64 | 30 | 46 | 56 | 70 |
| Binary | 11000011 | 10011101 | 1011101 | 0 | 10011 | 110100 | 11000 | 100110 | 101110 | 111000 |
Color Harmonies of #C39D5D
Complementary color
Monochromatic Colors of #C39D5D
Black with #C39D5D
Text Example
Text Example
White with #C39D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39D5D; }
p { color: rgb(195,157,93); }
H1.HeaderClassName
{
color: #C39D5D;
}
.AnyTagClassName
{
color: #C39D5D;
}
</style>
background-color css
<style>
a { background-color: #C39D5D; }
a { background-color: rgb(195,157,93); }
div.DivClassName
{
background-color: #C39D5D;
}
.BgClassName
{
background-color: #C39D5D;
}
</style>
border-color css
<style>
span { border-color: #C39D5D; }
span { border-color: rgb(195,157,93); }
td.TdClassName
{
border-color: #C39D5D;
}
.TagClassName
{
border-color: #C39D5D;
}
</style>