Shades of Laser #C89F5C
Tints of Laser #C89F5C
RGB
CMYK
RGB Variations
Color information
#C89F5C (or 0xC89F5C) is known color: Laser. HEX triplet: C8, 9F and 5C. RGB value is (200,159,92). Sum of RGB (Red+Green+Blue) = 200+159+92=451 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.35% from 451); Green value is 159 (62.5% from 255 or 35.25% from 451); Blue value is 92 (36.33% from 255 or 20.40% from 451); Max value from RGB is 200 - color contains mainly: red. Hex color #C89F5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89F5C is #3760A3. Grayscale: #A3A3A3. Windows color (decimal): -3629220 or 6070216. OLE color: 6070216.
HSL color Cylindrical-coordinate representation of color #C89F5C: hue angle of 37.22º 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 #C89F5C is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 159 | 92 | - |
| CMYK | 0 | 0.20 | 0.54 | 0.22 |
| HSL | 37.22º | 0.5% | 0.57% | - |
| HSV(B) | 37.22º | 0.54% | 0.78% | - |
| XYZ | 38.15 | 37.85 | 15.42 | - |
| YUV | 163.62 | 87.58 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 159 | 92 | 0 | 0.20 | 0.54 | 0.22 | 37.22 | 0.5 | 0.57 |
| Hex | C8 | 9F | 5C | 0 | 14 | 36 | 16 | 25 | 32 | 39 |
| Octal | 310 | 237 | 134 | 0 | 24 | 66 | 26 | 45 | 62 | 71 |
| Binary | 11001000 | 10011111 | 1011100 | 0 | 10100 | 110110 | 10110 | 100101 | 110010 | 111001 |
Color Harmonies of #C89F5C
Complementary color
Monochromatic Colors of #C89F5C
Black with #C89F5C
Text Example
Text Example
White with #C89F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89F5C; }
p { color: rgb(200,159,92); }
H1.HeaderClassName
{
color: #C89F5C;
}
.AnyTagClassName
{
color: #C89F5C;
}
</style>
background-color css
<style>
a { background-color: #C89F5C; }
a { background-color: rgb(200,159,92); }
div.DivClassName
{
background-color: #C89F5C;
}
.BgClassName
{
background-color: #C89F5C;
}
</style>
border-color css
<style>
span { border-color: #C89F5C; }
span { border-color: rgb(200,159,92); }
td.TdClassName
{
border-color: #C89F5C;
}
.TagClassName
{
border-color: #C89F5C;
}
</style>