Shades of Laser #C39F54
Tints of Laser #C39F54
RGB
CMYK
RGB Variations
Color information
#C39F54 (or 0xC39F54) is known color: Laser. HEX triplet: C3, 9F and 54. RGB value is (195,159,84). Sum of RGB (Red+Green+Blue) = 195+159+84=438 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.52% from 438); Green value is 159 (62.5% from 255 or 36.30% from 438); Blue value is 84 (33.20% from 255 or 19.18% from 438); Max value from RGB is 195 - color contains mainly: red. Hex color #C39F54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39F54 is #3C60AB. Grayscale: #A1A1A1. Windows color (decimal): -3956908 or 5545923. OLE color: 5545923.
HSL color Cylindrical-coordinate representation of color #C39F54: hue angle of 40.54º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C39F54 is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 159 | 84 | - |
| CMYK | 0 | 0.18 | 0.57 | 0.24 |
| HSL | 40.54º | 0.48% | 0.55% | - |
| HSV(B) | 40.54º | 0.57% | 0.76% | - |
| XYZ | 36.5 | 37.04 | 13.61 | - |
| YUV | 161.21 | 84.43 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 159 | 84 | 0 | 0.18 | 0.57 | 0.24 | 40.54 | 0.48 | 0.55 |
| Hex | C3 | 9F | 54 | 0 | 12 | 39 | 18 | 29 | 30 | 37 |
| Octal | 303 | 237 | 124 | 0 | 22 | 71 | 30 | 51 | 60 | 67 |
| Binary | 11000011 | 10011111 | 1010100 | 0 | 10010 | 111001 | 11000 | 101001 | 110000 | 110111 |
Color Harmonies of #C39F54
Complementary color
Monochromatic Colors of #C39F54
Black with #C39F54
Text Example
Text Example
White with #C39F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39F54; }
p { color: rgb(195,159,84); }
H1.HeaderClassName
{
color: #C39F54;
}
.AnyTagClassName
{
color: #C39F54;
}
</style>
background-color css
<style>
a { background-color: #C39F54; }
a { background-color: rgb(195,159,84); }
div.DivClassName
{
background-color: #C39F54;
}
.BgClassName
{
background-color: #C39F54;
}
</style>
border-color css
<style>
span { border-color: #C39F54; }
span { border-color: rgb(195,159,84); }
td.TdClassName
{
border-color: #C39F54;
}
.TagClassName
{
border-color: #C39F54;
}
</style>