Shades of Laser #CBAB63
Tints of Laser #CBAB63
RGB
CMYK
RGB Variations
Color information
#CBAB63 (or 0xCBAB63) is known color: Laser. HEX triplet: CB, AB and 63. RGB value is (203,171,99). Sum of RGB (Red+Green+Blue) = 203+171+99=473 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.92% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 99 (39.06% from 255 or 20.93% from 473); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAB63 is #34549C. Grayscale: #ACACAC. Windows color (decimal): -3429533 or 6532043. OLE color: 6532043.
HSL color Cylindrical-coordinate representation of color #CBAB63: hue angle of 41.54º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CBAB63 is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 171 | 99 | - |
| CMYK | 0 | 0.16 | 0.51 | 0.20 |
| HSL | 41.54º | 0.5% | 0.59% | - |
| HSV(B) | 41.54º | 0.51% | 0.8% | - |
| XYZ | 41.44 | 42.72 | 17.87 | - |
| YUV | 172.36 | 86.6 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 171 | 99 | 0 | 0.16 | 0.51 | 0.20 | 41.54 | 0.5 | 0.59 |
| Hex | CB | AB | 63 | 0 | 10 | 33 | 14 | 2A | 32 | 3B |
| Octal | 313 | 253 | 143 | 0 | 20 | 63 | 24 | 52 | 62 | 73 |
| Binary | 11001011 | 10101011 | 1100011 | 0 | 10000 | 110011 | 10100 | 101010 | 110010 | 111011 |
Color Harmonies of #CBAB63
Complementary color
Monochromatic Colors of #CBAB63
Black with #CBAB63
Text Example
Text Example
White with #CBAB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAB63; }
p { color: rgb(203,171,99); }
H1.HeaderClassName
{
color: #CBAB63;
}
.AnyTagClassName
{
color: #CBAB63;
}
</style>
background-color css
<style>
a { background-color: #CBAB63; }
a { background-color: rgb(203,171,99); }
div.DivClassName
{
background-color: #CBAB63;
}
.BgClassName
{
background-color: #CBAB63;
}
</style>
border-color css
<style>
span { border-color: #CBAB63; }
span { border-color: rgb(203,171,99); }
td.TdClassName
{
border-color: #CBAB63;
}
.TagClassName
{
border-color: #CBAB63;
}
</style>