Shades of Laser #CBA65E
Tints of Laser #CBA65E
RGB
CMYK
RGB Variations
Color information
#CBA65E (or 0xCBA65E) is known color: Laser. HEX triplet: CB, A6 and 5E. RGB value is (203,166,94). Sum of RGB (Red+Green+Blue) = 203+166+94=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 166 (65.23% from 255 or 35.85% from 463); Blue value is 94 (37.11% from 255 or 20.30% from 463); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA65E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA65E is #3459A1. Grayscale: #A9A9A9. Windows color (decimal): -3430818 or 6203083. OLE color: 6203083.
HSL color Cylindrical-coordinate representation of color #CBA65E: hue angle of 39.63º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CBA65E is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 166 | 94 | - |
| CMYK | 0 | 0.18 | 0.54 | 0.20 |
| HSL | 39.63º | 0.51% | 0.58% | - |
| HSV(B) | 39.63º | 0.54% | 0.8% | - |
| XYZ | 40.29 | 40.78 | 16.34 | - |
| YUV | 168.86 | 85.76 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 166 | 94 | 0 | 0.18 | 0.54 | 0.20 | 39.63 | 0.51 | 0.58 |
| Hex | CB | A6 | 5E | 0 | 12 | 36 | 14 | 28 | 33 | 3A |
| Octal | 313 | 246 | 136 | 0 | 22 | 66 | 24 | 50 | 63 | 72 |
| Binary | 11001011 | 10100110 | 1011110 | 0 | 10010 | 110110 | 10100 | 101000 | 110011 | 111010 |
Color Harmonies of #CBA65E
Complementary color
Monochromatic Colors of #CBA65E
Black with #CBA65E
Text Example
Text Example
White with #CBA65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA65E; }
p { color: rgb(203,166,94); }
H1.HeaderClassName
{
color: #CBA65E;
}
.AnyTagClassName
{
color: #CBA65E;
}
</style>
background-color css
<style>
a { background-color: #CBA65E; }
a { background-color: rgb(203,166,94); }
div.DivClassName
{
background-color: #CBA65E;
}
.BgClassName
{
background-color: #CBA65E;
}
</style>
border-color css
<style>
span { border-color: #CBA65E; }
span { border-color: rgb(203,166,94); }
td.TdClassName
{
border-color: #CBA65E;
}
.TagClassName
{
border-color: #CBA65E;
}
</style>