Shades of Laser #C89F59
Tints of Laser #C89F59
RGB
CMYK
RGB Variations
Color information
#C89F59 (or 0xC89F59) is known color: Laser. HEX triplet: C8, 9F and 59. RGB value is (200,159,89). Sum of RGB (Red+Green+Blue) = 200+159+89=448 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.64% from 448); Green value is 159 (62.5% from 255 or 35.49% from 448); Blue value is 89 (35.16% from 255 or 19.87% from 448); Max value from RGB is 200 - color contains mainly: red. Hex color #C89F59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89F59 is #3760A6. Grayscale: #A3A3A3. Windows color (decimal): -3629223 or 5873608. OLE color: 5873608.
HSL color Cylindrical-coordinate representation of color #C89F59: hue angle of 37.84º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C89F59 is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 159 | 89 | - |
| CMYK | 0 | 0.20 | 0.56 | 0.22 |
| HSL | 37.84º | 0.5% | 0.57% | - |
| HSV(B) | 37.84º | 0.56% | 0.78% | - |
| XYZ | 38.02 | 37.8 | 14.74 | - |
| YUV | 163.28 | 86.08 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 159 | 89 | 0 | 0.20 | 0.56 | 0.22 | 37.84 | 0.5 | 0.57 |
| Hex | C8 | 9F | 59 | 0 | 14 | 38 | 16 | 26 | 32 | 39 |
| Octal | 310 | 237 | 131 | 0 | 24 | 70 | 26 | 46 | 62 | 71 |
| Binary | 11001000 | 10011111 | 1011001 | 0 | 10100 | 111000 | 10110 | 100110 | 110010 | 111001 |
Color Harmonies of #C89F59
Complementary color
Monochromatic Colors of #C89F59
Black with #C89F59
Text Example
Text Example
White with #C89F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89F59; }
p { color: rgb(200,159,89); }
H1.HeaderClassName
{
color: #C89F59;
}
.AnyTagClassName
{
color: #C89F59;
}
</style>
background-color css
<style>
a { background-color: #C89F59; }
a { background-color: rgb(200,159,89); }
div.DivClassName
{
background-color: #C89F59;
}
.BgClassName
{
background-color: #C89F59;
}
</style>
border-color css
<style>
span { border-color: #C89F59; }
span { border-color: rgb(200,159,89); }
td.TdClassName
{
border-color: #C89F59;
}
.TagClassName
{
border-color: #C89F59;
}
</style>