Shades of Laser #C89F5D
Tints of Laser #C89F5D
RGB
CMYK
RGB Variations
Color information
#C89F5D (or 0xC89F5D) is known color: Laser. HEX triplet: C8, 9F and 5D. RGB value is (200,159,93). Sum of RGB (Red+Green+Blue) = 200+159+93=452 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.25% from 452); Green value is 159 (62.5% from 255 or 35.18% from 452); Blue value is 93 (36.72% from 255 or 20.58% from 452); Max value from RGB is 200 - color contains mainly: red. Hex color #C89F5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89F5D is #3760A2. Grayscale: #A4A4A4. Windows color (decimal): -3629219 or 6135752. OLE color: 6135752.
HSL color Cylindrical-coordinate representation of color #C89F5D: hue angle of 37.01º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C89F5D is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 159 | 93 | - |
| CMYK | 0 | 0.20 | 0.54 | 0.22 |
| HSL | 37.01º | 0.49% | 0.57% | - |
| HSV(B) | 37.01º | 0.54% | 0.78% | - |
| XYZ | 38.19 | 37.87 | 15.65 | - |
| YUV | 163.74 | 88.08 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 159 | 93 | 0 | 0.20 | 0.54 | 0.22 | 37.01 | 0.49 | 0.57 |
| Hex | C8 | 9F | 5D | 0 | 14 | 36 | 16 | 25 | 31 | 39 |
| Octal | 310 | 237 | 135 | 0 | 24 | 66 | 26 | 45 | 61 | 71 |
| Binary | 11001000 | 10011111 | 1011101 | 0 | 10100 | 110110 | 10110 | 100101 | 110001 | 111001 |
Color Harmonies of #C89F5D
Complementary color
Monochromatic Colors of #C89F5D
Black with #C89F5D
Text Example
Text Example
White with #C89F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89F5D; }
p { color: rgb(200,159,93); }
H1.HeaderClassName
{
color: #C89F5D;
}
.AnyTagClassName
{
color: #C89F5D;
}
</style>
background-color css
<style>
a { background-color: #C89F5D; }
a { background-color: rgb(200,159,93); }
div.DivClassName
{
background-color: #C89F5D;
}
.BgClassName
{
background-color: #C89F5D;
}
</style>
border-color css
<style>
span { border-color: #C89F5D; }
span { border-color: rgb(200,159,93); }
td.TdClassName
{
border-color: #C89F5D;
}
.TagClassName
{
border-color: #C89F5D;
}
</style>