Shades of Laser #CBAB60
Tints of Laser #CBAB60
RGB
CMYK
RGB Variations
Color information
#CBAB60 (or 0xCBAB60) is known color: Laser. HEX triplet: CB, AB and 60. RGB value is (203,171,96). Sum of RGB (Red+Green+Blue) = 203+171+96=470 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.19% from 470); Green value is 171 (67.19% from 255 or 36.38% from 470); Blue value is 96 (37.89% from 255 or 20.43% from 470); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAB60 is #34549F. Grayscale: #ACACAC. Windows color (decimal): -3429536 or 6335435. OLE color: 6335435.
HSL color Cylindrical-coordinate representation of color #CBAB60: hue angle of 42.06º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CBAB60 is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 171 | 96 | - |
| CMYK | 0 | 0.16 | 0.53 | 0.20 |
| HSL | 42.06º | 0.51% | 0.59% | - |
| HSV(B) | 42.06º | 0.53% | 0.8% | - |
| XYZ | 41.3 | 42.67 | 17.12 | - |
| YUV | 172.02 | 85.1 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 171 | 96 | 0 | 0.16 | 0.53 | 0.20 | 42.06 | 0.51 | 0.59 |
| Hex | CB | AB | 60 | 0 | 10 | 35 | 14 | 2A | 33 | 3B |
| Octal | 313 | 253 | 140 | 0 | 20 | 65 | 24 | 52 | 63 | 73 |
| Binary | 11001011 | 10101011 | 1100000 | 0 | 10000 | 110101 | 10100 | 101010 | 110011 | 111011 |
Color Harmonies of #CBAB60
Complementary color
Monochromatic Colors of #CBAB60
Black with #CBAB60
Text Example
Text Example
White with #CBAB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAB60; }
p { color: rgb(203,171,96); }
H1.HeaderClassName
{
color: #CBAB60;
}
.AnyTagClassName
{
color: #CBAB60;
}
</style>
background-color css
<style>
a { background-color: #CBAB60; }
a { background-color: rgb(203,171,96); }
div.DivClassName
{
background-color: #CBAB60;
}
.BgClassName
{
background-color: #CBAB60;
}
</style>
border-color css
<style>
span { border-color: #CBAB60; }
span { border-color: rgb(203,171,96); }
td.TdClassName
{
border-color: #CBAB60;
}
.TagClassName
{
border-color: #CBAB60;
}
</style>