Shades of Laser #C89F5F
Tints of Laser #C89F5F
RGB
CMYK
RGB Variations
Color information
#C89F5F (or 0xC89F5F) is known color: Laser. HEX triplet: C8, 9F and 5F. RGB value is (200,159,95). Sum of RGB (Red+Green+Blue) = 200+159+95=454 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.05% from 454); Green value is 159 (62.5% from 255 or 35.02% from 454); Blue value is 95 (37.5% from 255 or 20.93% from 454); Max value from RGB is 200 - color contains mainly: red. Hex color #C89F5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89F5F is #3760A0. Grayscale: #A4A4A4. Windows color (decimal): -3629217 or 6266824. OLE color: 6266824.
HSL color Cylindrical-coordinate representation of color #C89F5F: hue angle of 36.57º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C89F5F is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 159 | 95 | - |
| CMYK | 0 | 0.20 | 0.52 | 0.22 |
| HSL | 36.57º | 0.49% | 0.58% | - |
| HSV(B) | 36.57º | 0.53% | 0.78% | - |
| XYZ | 38.28 | 37.9 | 16.12 | - |
| YUV | 163.96 | 89.08 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 159 | 95 | 0 | 0.20 | 0.52 | 0.22 | 36.57 | 0.49 | 0.58 |
| Hex | C8 | 9F | 5F | 0 | 14 | 34 | 16 | 25 | 31 | 3A |
| Octal | 310 | 237 | 137 | 0 | 24 | 64 | 26 | 45 | 61 | 72 |
| Binary | 11001000 | 10011111 | 1011111 | 0 | 10100 | 110100 | 10110 | 100101 | 110001 | 111010 |
Color Harmonies of #C89F5F
Complementary color
Monochromatic Colors of #C89F5F
Black with #C89F5F
Text Example
Text Example
White with #C89F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89F5F; }
p { color: rgb(200,159,95); }
H1.HeaderClassName
{
color: #C89F5F;
}
.AnyTagClassName
{
color: #C89F5F;
}
</style>
background-color css
<style>
a { background-color: #C89F5F; }
a { background-color: rgb(200,159,95); }
div.DivClassName
{
background-color: #C89F5F;
}
.BgClassName
{
background-color: #C89F5F;
}
</style>
border-color css
<style>
span { border-color: #C89F5F; }
span { border-color: rgb(200,159,95); }
td.TdClassName
{
border-color: #C89F5F;
}
.TagClassName
{
border-color: #C89F5F;
}
</style>