Shades of Laser #C89E55
Tints of Laser #C89E55
RGB
CMYK
RGB Variations
Color information
#C89E55 (or 0xC89E55) is known color: Laser. HEX triplet: C8, 9E and 55. RGB value is (200,158,85). Sum of RGB (Red+Green+Blue) = 200+158+85=443 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.15% from 443); Green value is 158 (62.11% from 255 or 35.67% from 443); Blue value is 85 (33.59% from 255 or 19.19% from 443); Max value from RGB is 200 - color contains mainly: red. Hex color #C89E55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89E55 is #3761AA. Grayscale: #A2A2A2. Windows color (decimal): -3629483 or 5611208. OLE color: 5611208.
HSL color Cylindrical-coordinate representation of color #C89E55: hue angle of 38.09º 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 #C89E55 is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 158 | 85 | - |
| CMYK | 0 | 0.21 | 0.58 | 0.22 |
| HSL | 38.09º | 0.51% | 0.56% | - |
| HSV(B) | 38.09º | 0.58% | 0.78% | - |
| XYZ | 37.69 | 37.39 | 13.82 | - |
| YUV | 162.24 | 84.41 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 158 | 85 | 0 | 0.21 | 0.58 | 0.22 | 38.09 | 0.51 | 0.56 |
| Hex | C8 | 9E | 55 | 0 | 15 | 3A | 16 | 26 | 33 | 38 |
| Octal | 310 | 236 | 125 | 0 | 25 | 72 | 26 | 46 | 63 | 70 |
| Binary | 11001000 | 10011110 | 1010101 | 0 | 10101 | 111010 | 10110 | 100110 | 110011 | 111000 |
Color Harmonies of #C89E55
Complementary color
Monochromatic Colors of #C89E55
Black with #C89E55
Text Example
Text Example
White with #C89E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89E55; }
p { color: rgb(200,158,85); }
H1.HeaderClassName
{
color: #C89E55;
}
.AnyTagClassName
{
color: #C89E55;
}
</style>
background-color css
<style>
a { background-color: #C89E55; }
a { background-color: rgb(200,158,85); }
div.DivClassName
{
background-color: #C89E55;
}
.BgClassName
{
background-color: #C89E55;
}
</style>
border-color css
<style>
span { border-color: #C89E55; }
span { border-color: rgb(200,158,85); }
td.TdClassName
{
border-color: #C89E55;
}
.TagClassName
{
border-color: #C89E55;
}
</style>