Shades of Laser #CEB05B
Tints of Laser #CEB05B
RGB
CMYK
RGB Variations
Color information
#CEB05B (or 0xCEB05B) is known color: Laser. HEX triplet: CE, B0 and 5B. RGB value is (206,176,91). Sum of RGB (Red+Green+Blue) = 206+176+91=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 176 (69.14% from 255 or 37.21% from 473); Blue value is 91 (35.94% from 255 or 19.24% from 473); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB05B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB05B is #314FA4. Grayscale: #AFAFAF. Windows color (decimal): -3231653 or 6009038. OLE color: 6009038.
HSL color Cylindrical-coordinate representation of color #CEB05B: hue angle of 44.35º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CEB05B is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 176 | 91 | - |
CMYK | 0 | 0.15 | 0.56 | 0.19 |
HSL | 44.35º | 0.54% | 0.58% | - |
HSV(B) | 44.35º | 0.56% | 0.81% | - |
XYZ | 42.87 | 44.93 | 16.31 | - |
YUV | 175.28 | 80.44 | 149.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 176 | 91 | 0 | 0.15 | 0.56 | 0.19 | 44.35 | 0.54 | 0.58 |
Hex | CE | B0 | 5B | 0 | F | 38 | 13 | 2C | 36 | 3A |
Octal | 316 | 260 | 133 | 0 | 17 | 70 | 23 | 54 | 66 | 72 |
Binary | 11001110 | 10110000 | 1011011 | 0 | 1111 | 111000 | 10011 | 101100 | 110110 | 111010 |
Color Harmonies of #CEB05B
Complementary color
Monochromatic Colors of #CEB05B
Black with #CEB05B
Text Example
Text Example
White with #CEB05B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB05B; }
p { color: rgb(206,176,91); }
H1.HeaderClassName
{
color: #CEB05B;
}
.AnyTagClassName
{
color: #CEB05B;
}
</style>
background-color css
<style>
a { background-color: #CEB05B; }
a { background-color: rgb(206,176,91); }
div.DivClassName
{
background-color: #CEB05B;
}
.BgClassName
{
background-color: #CEB05B;
}
</style>
border-color css
<style>
span { border-color: #CEB05B; }
span { border-color: rgb(206,176,91); }
td.TdClassName
{
border-color: #CEB05B;
}
.TagClassName
{
border-color: #CEB05B;
}
</style>