Shades of Laser #CEB05D
Tints of Laser #CEB05D
RGB
CMYK
RGB Variations
Color information
#CEB05D (or 0xCEB05D) is known color: Laser. HEX triplet: CE, B0 and 5D. RGB value is (206,176,93). Sum of RGB (Red+Green+Blue) = 206+176+93=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 176 (69.14% from 255 or 37.05% from 475); Blue value is 93 (36.72% from 255 or 19.58% from 475); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB05D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB05D is #314FA2. Grayscale: #AFAFAF. Windows color (decimal): -3231651 or 6140110. OLE color: 6140110.
HSL color Cylindrical-coordinate representation of color #CEB05D: hue angle of 44.07º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CEB05D is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 176 | 93 | - |
| CMYK | 0 | 0.15 | 0.55 | 0.19 |
| HSL | 44.07º | 0.54% | 0.59% | - |
| HSV(B) | 44.07º | 0.55% | 0.81% | - |
| XYZ | 42.95 | 44.96 | 16.77 | - |
| YUV | 175.51 | 81.44 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 176 | 93 | 0 | 0.15 | 0.55 | 0.19 | 44.07 | 0.54 | 0.59 |
| Hex | CE | B0 | 5D | 0 | F | 37 | 13 | 2C | 36 | 3B |
| Octal | 316 | 260 | 135 | 0 | 17 | 67 | 23 | 54 | 66 | 73 |
| Binary | 11001110 | 10110000 | 1011101 | 0 | 1111 | 110111 | 10011 | 101100 | 110110 | 111011 |
Color Harmonies of #CEB05D
Complementary color
Monochromatic Colors of #CEB05D
Black with #CEB05D
Text Example
Text Example
White with #CEB05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB05D; }
p { color: rgb(206,176,93); }
H1.HeaderClassName
{
color: #CEB05D;
}
.AnyTagClassName
{
color: #CEB05D;
}
</style>
background-color css
<style>
a { background-color: #CEB05D; }
a { background-color: rgb(206,176,93); }
div.DivClassName
{
background-color: #CEB05D;
}
.BgClassName
{
background-color: #CEB05D;
}
</style>
border-color css
<style>
span { border-color: #CEB05D; }
span { border-color: rgb(206,176,93); }
td.TdClassName
{
border-color: #CEB05D;
}
.TagClassName
{
border-color: #CEB05D;
}
</style>