Shades of Laser #C89E5D
Tints of Laser #C89E5D
RGB
CMYK
RGB Variations
Color information
#C89E5D (or 0xC89E5D) is known color: Laser. HEX triplet: C8, 9E and 5D. RGB value is (200,158,93). Sum of RGB (Red+Green+Blue) = 200+158+93=451 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.35% from 451); Green value is 158 (62.11% from 255 or 35.03% from 451); Blue value is 93 (36.72% from 255 or 20.62% from 451); Max value from RGB is 200 - color contains mainly: red. Hex color #C89E5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89E5D is #3761A2. Grayscale: #A3A3A3. Windows color (decimal): -3629475 or 6135496. OLE color: 6135496.
HSL color Cylindrical-coordinate representation of color #C89E5D: hue angle of 36.45º 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 #C89E5D is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 158 | 93 | - |
| CMYK | 0 | 0.21 | 0.54 | 0.22 |
| HSL | 36.45º | 0.49% | 0.57% | - |
| HSV(B) | 36.45º | 0.54% | 0.78% | - |
| XYZ | 38.02 | 37.52 | 15.59 | - |
| YUV | 163.15 | 88.41 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 158 | 93 | 0 | 0.21 | 0.54 | 0.22 | 36.45 | 0.49 | 0.57 |
| Hex | C8 | 9E | 5D | 0 | 15 | 36 | 16 | 24 | 31 | 39 |
| Octal | 310 | 236 | 135 | 0 | 25 | 66 | 26 | 44 | 61 | 71 |
| Binary | 11001000 | 10011110 | 1011101 | 0 | 10101 | 110110 | 10110 | 100100 | 110001 | 111001 |
Color Harmonies of #C89E5D
Complementary color
Monochromatic Colors of #C89E5D
Black with #C89E5D
Text Example
Text Example
White with #C89E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89E5D; }
p { color: rgb(200,158,93); }
H1.HeaderClassName
{
color: #C89E5D;
}
.AnyTagClassName
{
color: #C89E5D;
}
</style>
background-color css
<style>
a { background-color: #C89E5D; }
a { background-color: rgb(200,158,93); }
div.DivClassName
{
background-color: #C89E5D;
}
.BgClassName
{
background-color: #C89E5D;
}
</style>
border-color css
<style>
span { border-color: #C89E5D; }
span { border-color: rgb(200,158,93); }
td.TdClassName
{
border-color: #C89E5D;
}
.TagClassName
{
border-color: #C89E5D;
}
</style>