Shades of Laser #CBA656
Tints of Laser #CBA656
RGB
CMYK
RGB Variations
Color information
#CBA656 (or 0xCBA656) is known color: Laser. HEX triplet: CB, A6 and 56. RGB value is (203,166,86). Sum of RGB (Red+Green+Blue) = 203+166+86=455 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.62% from 455); Green value is 166 (65.23% from 255 or 36.48% from 455); Blue value is 86 (33.98% from 255 or 18.90% from 455); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA656 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA656 is #3459A9. Grayscale: #A8A8A8. Windows color (decimal): -3430826 or 5678795. OLE color: 5678795.
HSL color Cylindrical-coordinate representation of color #CBA656: hue angle of 41.03º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CBA656 is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 166 | 86 | - |
| CMYK | 0 | 0.18 | 0.58 | 0.20 |
| HSL | 41.03º | 0.53% | 0.57% | - |
| HSV(B) | 41.03º | 0.58% | 0.8% | - |
| XYZ | 39.94 | 40.64 | 14.54 | - |
| YUV | 167.94 | 81.76 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 166 | 86 | 0 | 0.18 | 0.58 | 0.20 | 41.03 | 0.53 | 0.57 |
| Hex | CB | A6 | 56 | 0 | 12 | 3A | 14 | 29 | 35 | 39 |
| Octal | 313 | 246 | 126 | 0 | 22 | 72 | 24 | 51 | 65 | 71 |
| Binary | 11001011 | 10100110 | 1010110 | 0 | 10010 | 111010 | 10100 | 101001 | 110101 | 111001 |
Color Harmonies of #CBA656
Complementary color
Monochromatic Colors of #CBA656
Black with #CBA656
Text Example
Text Example
White with #CBA656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA656; }
p { color: rgb(203,166,86); }
H1.HeaderClassName
{
color: #CBA656;
}
.AnyTagClassName
{
color: #CBA656;
}
</style>
background-color css
<style>
a { background-color: #CBA656; }
a { background-color: rgb(203,166,86); }
div.DivClassName
{
background-color: #CBA656;
}
.BgClassName
{
background-color: #CBA656;
}
</style>
border-color css
<style>
span { border-color: #CBA656; }
span { border-color: rgb(203,166,86); }
td.TdClassName
{
border-color: #CBA656;
}
.TagClassName
{
border-color: #CBA656;
}
</style>