Shades of Laser #C89F56
Tints of Laser #C89F56
RGB
CMYK
RGB Variations
Color information
#C89F56 (or 0xC89F56) is known color: Laser. HEX triplet: C8, 9F and 56. RGB value is (200,159,86). Sum of RGB (Red+Green+Blue) = 200+159+86=445 (58% of max value = 765). Red value is 200 (78.52% from 255 or 44.94% from 445); Green value is 159 (62.5% from 255 or 35.73% from 445); Blue value is 86 (33.98% from 255 or 19.33% from 445); Max value from RGB is 200 - color contains mainly: red. Hex color #C89F56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89F56 is #3760A9. Grayscale: #A3A3A3. Windows color (decimal): -3629226 or 5677000. OLE color: 5677000.
HSL color Cylindrical-coordinate representation of color #C89F56: hue angle of 38.42º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C89F56 is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 159 | 86 | - |
| CMYK | 0 | 0.20 | 0.57 | 0.22 |
| HSL | 38.42º | 0.51% | 0.56% | - |
| HSV(B) | 38.42º | 0.57% | 0.78% | - |
| XYZ | 37.9 | 37.75 | 14.09 | - |
| YUV | 162.94 | 84.58 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 159 | 86 | 0 | 0.20 | 0.57 | 0.22 | 38.42 | 0.51 | 0.56 |
| Hex | C8 | 9F | 56 | 0 | 14 | 39 | 16 | 26 | 33 | 38 |
| Octal | 310 | 237 | 126 | 0 | 24 | 71 | 26 | 46 | 63 | 70 |
| Binary | 11001000 | 10011111 | 1010110 | 0 | 10100 | 111001 | 10110 | 100110 | 110011 | 111000 |
Color Harmonies of #C89F56
Complementary color
Monochromatic Colors of #C89F56
Black with #C89F56
Text Example
Text Example
White with #C89F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89F56; }
p { color: rgb(200,159,86); }
H1.HeaderClassName
{
color: #C89F56;
}
.AnyTagClassName
{
color: #C89F56;
}
</style>
background-color css
<style>
a { background-color: #C89F56; }
a { background-color: rgb(200,159,86); }
div.DivClassName
{
background-color: #C89F56;
}
.BgClassName
{
background-color: #C89F56;
}
</style>
border-color css
<style>
span { border-color: #C89F56; }
span { border-color: rgb(200,159,86); }
td.TdClassName
{
border-color: #C89F56;
}
.TagClassName
{
border-color: #C89F56;
}
</style>