Shades of Laser #C89E5B
Tints of Laser #C89E5B
RGB
CMYK
RGB Variations
Color information
#C89E5B (or 0xC89E5B) is known color: Laser. HEX triplet: C8, 9E and 5B. RGB value is (200,158,91). Sum of RGB (Red+Green+Blue) = 200+158+91=449 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.54% from 449); Green value is 158 (62.11% from 255 or 35.19% from 449); Blue value is 91 (35.94% from 255 or 20.27% from 449); Max value from RGB is 200 - color contains mainly: red. Hex color #C89E5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89E5B is #3761A4. Grayscale: #A3A3A3. Windows color (decimal): -3629477 or 6004424. OLE color: 6004424.
HSL color Cylindrical-coordinate representation of color #C89E5B: hue angle of 36.88º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C89E5B is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 158 | 91 | - |
| CMYK | 0 | 0.21 | 0.54 | 0.22 |
| HSL | 36.88º | 0.5% | 0.57% | - |
| HSV(B) | 36.88º | 0.55% | 0.78% | - |
| XYZ | 37.93 | 37.49 | 15.13 | - |
| YUV | 162.92 | 87.41 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 158 | 91 | 0 | 0.21 | 0.54 | 0.22 | 36.88 | 0.5 | 0.57 |
| Hex | C8 | 9E | 5B | 0 | 15 | 36 | 16 | 25 | 32 | 39 |
| Octal | 310 | 236 | 133 | 0 | 25 | 66 | 26 | 45 | 62 | 71 |
| Binary | 11001000 | 10011110 | 1011011 | 0 | 10101 | 110110 | 10110 | 100101 | 110010 | 111001 |
Color Harmonies of #C89E5B
Complementary color
Monochromatic Colors of #C89E5B
Black with #C89E5B
Text Example
Text Example
White with #C89E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89E5B; }
p { color: rgb(200,158,91); }
H1.HeaderClassName
{
color: #C89E5B;
}
.AnyTagClassName
{
color: #C89E5B;
}
</style>
background-color css
<style>
a { background-color: #C89E5B; }
a { background-color: rgb(200,158,91); }
div.DivClassName
{
background-color: #C89E5B;
}
.BgClassName
{
background-color: #C89E5B;
}
</style>
border-color css
<style>
span { border-color: #C89E5B; }
span { border-color: rgb(200,158,91); }
td.TdClassName
{
border-color: #C89E5B;
}
.TagClassName
{
border-color: #C89E5B;
}
</style>