Shades of Laser #CEB059
Tints of Laser #CEB059
RGB
CMYK
RGB Variations
Color information
#CEB059 (or 0xCEB059) is known color: Laser. HEX triplet: CE, B0 and 59. RGB value is (206,176,89). Sum of RGB (Red+Green+Blue) = 206+176+89=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 176 (69.14% from 255 or 37.37% from 471); Blue value is 89 (35.16% from 255 or 18.90% from 471); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB059 is #314FA6. Grayscale: #AFAFAF. Windows color (decimal): -3231655 or 5877966. OLE color: 5877966.
HSL color Cylindrical-coordinate representation of color #CEB059: hue angle of 44.62º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CEB059 is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 176 | 89 | - |
| CMYK | 0 | 0.15 | 0.57 | 0.19 |
| HSL | 44.62º | 0.54% | 0.58% | - |
| HSV(B) | 44.62º | 0.57% | 0.81% | - |
| XYZ | 42.78 | 44.89 | 15.86 | - |
| YUV | 175.05 | 79.44 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 176 | 89 | 0 | 0.15 | 0.57 | 0.19 | 44.62 | 0.54 | 0.58 |
| Hex | CE | B0 | 59 | 0 | F | 39 | 13 | 2D | 36 | 3A |
| Octal | 316 | 260 | 131 | 0 | 17 | 71 | 23 | 55 | 66 | 72 |
| Binary | 11001110 | 10110000 | 1011001 | 0 | 1111 | 111001 | 10011 | 101101 | 110110 | 111010 |
Color Harmonies of #CEB059
Complementary color
Monochromatic Colors of #CEB059
Black with #CEB059
Text Example
Text Example
White with #CEB059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB059; }
p { color: rgb(206,176,89); }
H1.HeaderClassName
{
color: #CEB059;
}
.AnyTagClassName
{
color: #CEB059;
}
</style>
background-color css
<style>
a { background-color: #CEB059; }
a { background-color: rgb(206,176,89); }
div.DivClassName
{
background-color: #CEB059;
}
.BgClassName
{
background-color: #CEB059;
}
</style>
border-color css
<style>
span { border-color: #CEB059; }
span { border-color: rgb(206,176,89); }
td.TdClassName
{
border-color: #CEB059;
}
.TagClassName
{
border-color: #CEB059;
}
</style>