Shades of Laser #CBAB57
Tints of Laser #CBAB57
RGB
CMYK
RGB Variations
Color information
#CBAB57 (or 0xCBAB57) is known color: Laser. HEX triplet: CB, AB and 57. RGB value is (203,171,87). Sum of RGB (Red+Green+Blue) = 203+171+87=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 171 (67.19% from 255 or 37.09% from 461); Blue value is 87 (34.38% from 255 or 18.87% from 461); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAB57 is #3454A8. Grayscale: #ABABAB. Windows color (decimal): -3429545 or 5745611. OLE color: 5745611.
HSL color Cylindrical-coordinate representation of color #CBAB57: hue angle of 43.45º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CBAB57 is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 171 | 87 | - |
| CMYK | 0 | 0.16 | 0.57 | 0.20 |
| HSL | 43.45º | 0.53% | 0.57% | - |
| HSV(B) | 43.45º | 0.57% | 0.8% | - |
| XYZ | 40.91 | 42.51 | 15.07 | - |
| YUV | 170.99 | 80.6 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 171 | 87 | 0 | 0.16 | 0.57 | 0.20 | 43.45 | 0.53 | 0.57 |
| Hex | CB | AB | 57 | 0 | 10 | 39 | 14 | 2B | 35 | 39 |
| Octal | 313 | 253 | 127 | 0 | 20 | 71 | 24 | 53 | 65 | 71 |
| Binary | 11001011 | 10101011 | 1010111 | 0 | 10000 | 111001 | 10100 | 101011 | 110101 | 111001 |
Color Harmonies of #CBAB57
Complementary color
Monochromatic Colors of #CBAB57
Black with #CBAB57
Text Example
Text Example
White with #CBAB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAB57; }
p { color: rgb(203,171,87); }
H1.HeaderClassName
{
color: #CBAB57;
}
.AnyTagClassName
{
color: #CBAB57;
}
</style>
background-color css
<style>
a { background-color: #CBAB57; }
a { background-color: rgb(203,171,87); }
div.DivClassName
{
background-color: #CBAB57;
}
.BgClassName
{
background-color: #CBAB57;
}
</style>
border-color css
<style>
span { border-color: #CBAB57; }
span { border-color: rgb(203,171,87); }
td.TdClassName
{
border-color: #CBAB57;
}
.TagClassName
{
border-color: #CBAB57;
}
</style>