Shades of Laser #CBA756
Tints of Laser #CBA756
RGB
CMYK
RGB Variations
Color information
#CBA756 (or 0xCBA756) is known color: Laser. HEX triplet: CB, A7 and 56. RGB value is (203,167,86). Sum of RGB (Red+Green+Blue) = 203+167+86=456 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.52% from 456); Green value is 167 (65.62% from 255 or 36.62% from 456); Blue value is 86 (33.98% from 255 or 18.86% from 456); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA756 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA756 is #3458A9. Grayscale: #A8A8A8. Windows color (decimal): -3430570 or 5679051. OLE color: 5679051.
HSL color Cylindrical-coordinate representation of color #CBA756: hue angle of 41.54º 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 #CBA756 is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 167 | 86 | - |
| CMYK | 0 | 0.18 | 0.58 | 0.20 |
| HSL | 41.54º | 0.53% | 0.57% | - |
| HSV(B) | 41.54º | 0.58% | 0.8% | - |
| XYZ | 40.13 | 41.01 | 14.6 | - |
| YUV | 168.53 | 81.43 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 167 | 86 | 0 | 0.18 | 0.58 | 0.20 | 41.54 | 0.53 | 0.57 |
| Hex | CB | A7 | 56 | 0 | 12 | 3A | 14 | 2A | 35 | 39 |
| Octal | 313 | 247 | 126 | 0 | 22 | 72 | 24 | 52 | 65 | 71 |
| Binary | 11001011 | 10100111 | 1010110 | 0 | 10010 | 111010 | 10100 | 101010 | 110101 | 111001 |
Color Harmonies of #CBA756
Complementary color
Monochromatic Colors of #CBA756
Black with #CBA756
Text Example
Text Example
White with #CBA756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA756; }
p { color: rgb(203,167,86); }
H1.HeaderClassName
{
color: #CBA756;
}
.AnyTagClassName
{
color: #CBA756;
}
</style>
background-color css
<style>
a { background-color: #CBA756; }
a { background-color: rgb(203,167,86); }
div.DivClassName
{
background-color: #CBA756;
}
.BgClassName
{
background-color: #CBA756;
}
</style>
border-color css
<style>
span { border-color: #CBA756; }
span { border-color: rgb(203,167,86); }
td.TdClassName
{
border-color: #CBA756;
}
.TagClassName
{
border-color: #CBA756;
}
</style>