Shades of Laser #CBA556
Tints of Laser #CBA556
RGB
CMYK
RGB Variations
Color information
#CBA556 (or 0xCBA556) is known color: Laser. HEX triplet: CB, A5 and 56. RGB value is (203,165,86). Sum of RGB (Red+Green+Blue) = 203+165+86=454 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.71% from 454); Green value is 165 (64.84% from 255 or 36.34% from 454); Blue value is 86 (33.98% from 255 or 18.94% from 454); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA556 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA556 is #345AA9. Grayscale: #A7A7A7. Windows color (decimal): -3431082 or 5678539. OLE color: 5678539.
HSL color Cylindrical-coordinate representation of color #CBA556: hue angle of 40.51º 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 #CBA556 is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 165 | 86 | - |
| CMYK | 0 | 0.19 | 0.58 | 0.20 |
| HSL | 40.51º | 0.53% | 0.57% | - |
| HSV(B) | 40.51º | 0.58% | 0.8% | - |
| XYZ | 39.76 | 40.28 | 14.48 | - |
| YUV | 167.36 | 82.09 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 165 | 86 | 0 | 0.19 | 0.58 | 0.20 | 40.51 | 0.53 | 0.57 |
| Hex | CB | A5 | 56 | 0 | 13 | 3A | 14 | 29 | 35 | 39 |
| Octal | 313 | 245 | 126 | 0 | 23 | 72 | 24 | 51 | 65 | 71 |
| Binary | 11001011 | 10100101 | 1010110 | 0 | 10011 | 111010 | 10100 | 101001 | 110101 | 111001 |
Color Harmonies of #CBA556
Complementary color
Monochromatic Colors of #CBA556
Black with #CBA556
Text Example
Text Example
White with #CBA556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA556; }
p { color: rgb(203,165,86); }
H1.HeaderClassName
{
color: #CBA556;
}
.AnyTagClassName
{
color: #CBA556;
}
</style>
background-color css
<style>
a { background-color: #CBA556; }
a { background-color: rgb(203,165,86); }
div.DivClassName
{
background-color: #CBA556;
}
.BgClassName
{
background-color: #CBA556;
}
</style>
border-color css
<style>
span { border-color: #CBA556; }
span { border-color: rgb(203,165,86); }
td.TdClassName
{
border-color: #CBA556;
}
.TagClassName
{
border-color: #CBA556;
}
</style>