Shades of Laser #CBA856
Tints of Laser #CBA856
RGB
CMYK
RGB Variations
Color information
#CBA856 (or 0xCBA856) is known color: Laser. HEX triplet: CB, A8 and 56. RGB value is (203,168,86). Sum of RGB (Red+Green+Blue) = 203+168+86=457 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.42% from 457); Green value is 168 (66.02% from 255 or 36.76% from 457); Blue value is 86 (33.98% from 255 or 18.82% from 457); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA856 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA856 is #3457A9. Grayscale: #A9A9A9. Windows color (decimal): -3430314 or 5679307. OLE color: 5679307.
HSL color Cylindrical-coordinate representation of color #CBA856: hue angle of 42.05º 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 #CBA856 is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 168 | 86 | - |
| CMYK | 0 | 0.17 | 0.58 | 0.20 |
| HSL | 42.05º | 0.53% | 0.57% | - |
| HSV(B) | 42.05º | 0.58% | 0.8% | - |
| XYZ | 40.31 | 41.37 | 14.67 | - |
| YUV | 169.12 | 81.1 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 168 | 86 | 0 | 0.17 | 0.58 | 0.20 | 42.05 | 0.53 | 0.57 |
| Hex | CB | A8 | 56 | 0 | 11 | 3A | 14 | 2A | 35 | 39 |
| Octal | 313 | 250 | 126 | 0 | 21 | 72 | 24 | 52 | 65 | 71 |
| Binary | 11001011 | 10101000 | 1010110 | 0 | 10001 | 111010 | 10100 | 101010 | 110101 | 111001 |
Color Harmonies of #CBA856
Complementary color
Monochromatic Colors of #CBA856
Black with #CBA856
Text Example
Text Example
White with #CBA856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA856; }
p { color: rgb(203,168,86); }
H1.HeaderClassName
{
color: #CBA856;
}
.AnyTagClassName
{
color: #CBA856;
}
</style>
background-color css
<style>
a { background-color: #CBA856; }
a { background-color: rgb(203,168,86); }
div.DivClassName
{
background-color: #CBA856;
}
.BgClassName
{
background-color: #CBA856;
}
</style>
border-color css
<style>
span { border-color: #CBA856; }
span { border-color: rgb(203,168,86); }
td.TdClassName
{
border-color: #CBA856;
}
.TagClassName
{
border-color: #CBA856;
}
</style>