Shades of Laser #CBAB56
Tints of Laser #CBAB56
RGB
CMYK
RGB Variations
Color information
#CBAB56 (or 0xCBAB56) is known color: Laser. HEX triplet: CB, AB and 56. RGB value is (203,171,86). Sum of RGB (Red+Green+Blue) = 203+171+86=460 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.13% from 460); Green value is 171 (67.19% from 255 or 37.17% from 460); Blue value is 86 (33.98% from 255 or 18.70% from 460); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAB56 is #3454A9. Grayscale: #ABABAB. Windows color (decimal): -3429546 or 5680075. OLE color: 5680075.
HSL color Cylindrical-coordinate representation of color #CBAB56: hue angle of 43.59º 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 #CBAB56 is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 171 | 86 | - |
| CMYK | 0 | 0.16 | 0.58 | 0.20 |
| HSL | 43.59º | 0.53% | 0.57% | - |
| HSV(B) | 43.59º | 0.58% | 0.8% | - |
| XYZ | 40.87 | 42.49 | 14.85 | - |
| YUV | 170.88 | 80.1 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 171 | 86 | 0 | 0.16 | 0.58 | 0.20 | 43.59 | 0.53 | 0.57 |
| Hex | CB | AB | 56 | 0 | 10 | 3A | 14 | 2C | 35 | 39 |
| Octal | 313 | 253 | 126 | 0 | 20 | 72 | 24 | 54 | 65 | 71 |
| Binary | 11001011 | 10101011 | 1010110 | 0 | 10000 | 111010 | 10100 | 101100 | 110101 | 111001 |
Color Harmonies of #CBAB56
Complementary color
Monochromatic Colors of #CBAB56
Black with #CBAB56
Text Example
Text Example
White with #CBAB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAB56; }
p { color: rgb(203,171,86); }
H1.HeaderClassName
{
color: #CBAB56;
}
.AnyTagClassName
{
color: #CBAB56;
}
</style>
background-color css
<style>
a { background-color: #CBAB56; }
a { background-color: rgb(203,171,86); }
div.DivClassName
{
background-color: #CBAB56;
}
.BgClassName
{
background-color: #CBAB56;
}
</style>
border-color css
<style>
span { border-color: #CBAB56; }
span { border-color: rgb(203,171,86); }
td.TdClassName
{
border-color: #CBAB56;
}
.TagClassName
{
border-color: #CBAB56;
}
</style>