Shades of Laser #CBAB65
Tints of Laser #CBAB65
RGB
CMYK
RGB Variations
Color information
#CBAB65 (or 0xCBAB65) is known color: Laser. HEX triplet: CB, AB and 65. RGB value is (203,171,101). Sum of RGB (Red+Green+Blue) = 203+171+101=475 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.74% from 475); Green value is 171 (67.19% from 255 or 36% from 475); Blue value is 101 (39.84% from 255 or 21.26% from 475); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAB65 is #34549A. Grayscale: #ACACAC. Windows color (decimal): -3429531 or 6663115. OLE color: 6663115.
HSL color Cylindrical-coordinate representation of color #CBAB65: hue angle of 41.18º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CBAB65 is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 171 | 101 | - |
| CMYK | 0 | 0.16 | 0.50 | 0.20 |
| HSL | 41.18º | 0.5% | 0.6% | - |
| HSV(B) | 41.18º | 0.5% | 0.8% | - |
| XYZ | 41.54 | 42.76 | 18.38 | - |
| YUV | 172.59 | 87.6 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 171 | 101 | 0 | 0.16 | 0.50 | 0.20 | 41.18 | 0.5 | 0.6 |
| Hex | CB | AB | 65 | 0 | 10 | 32 | 14 | 29 | 32 | 3C |
| Octal | 313 | 253 | 145 | 0 | 20 | 62 | 24 | 51 | 62 | 74 |
| Binary | 11001011 | 10101011 | 1100101 | 0 | 10000 | 110010 | 10100 | 101001 | 110010 | 111100 |
Color Harmonies of #CBAB65
Complementary color
Monochromatic Colors of #CBAB65
Black with #CBAB65
Text Example
Text Example
White with #CBAB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAB65; }
p { color: rgb(203,171,101); }
H1.HeaderClassName
{
color: #CBAB65;
}
.AnyTagClassName
{
color: #CBAB65;
}
</style>
background-color css
<style>
a { background-color: #CBAB65; }
a { background-color: rgb(203,171,101); }
div.DivClassName
{
background-color: #CBAB65;
}
.BgClassName
{
background-color: #CBAB65;
}
</style>
border-color css
<style>
span { border-color: #CBAB65; }
span { border-color: rgb(203,171,101); }
td.TdClassName
{
border-color: #CBAB65;
}
.TagClassName
{
border-color: #CBAB65;
}
</style>