Shades of Laser #CBAB61
Tints of Laser #CBAB61
RGB
CMYK
RGB Variations
Color information
#CBAB61 (or 0xCBAB61) is known color: Laser. HEX triplet: CB, AB and 61. RGB value is (203,171,97). Sum of RGB (Red+Green+Blue) = 203+171+97=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 171 (67.19% from 255 or 36.31% from 471); Blue value is 97 (38.28% from 255 or 20.59% from 471); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAB61 is #34549E. Grayscale: #ACACAC. Windows color (decimal): -3429535 or 6400971. OLE color: 6400971.
HSL color Cylindrical-coordinate representation of color #CBAB61: hue angle of 41.89º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CBAB61 is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 171 | 97 | - |
| CMYK | 0 | 0.16 | 0.52 | 0.20 |
| HSL | 41.89º | 0.5% | 0.59% | - |
| HSV(B) | 41.89º | 0.52% | 0.8% | - |
| XYZ | 41.35 | 42.69 | 17.37 | - |
| YUV | 172.13 | 85.6 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 171 | 97 | 0 | 0.16 | 0.52 | 0.20 | 41.89 | 0.5 | 0.59 |
| Hex | CB | AB | 61 | 0 | 10 | 34 | 14 | 2A | 32 | 3B |
| Octal | 313 | 253 | 141 | 0 | 20 | 64 | 24 | 52 | 62 | 73 |
| Binary | 11001011 | 10101011 | 1100001 | 0 | 10000 | 110100 | 10100 | 101010 | 110010 | 111011 |
Color Harmonies of #CBAB61
Complementary color
Monochromatic Colors of #CBAB61
Black with #CBAB61
Text Example
Text Example
White with #CBAB61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAB61; }
p { color: rgb(203,171,97); }
H1.HeaderClassName
{
color: #CBAB61;
}
.AnyTagClassName
{
color: #CBAB61;
}
</style>
background-color css
<style>
a { background-color: #CBAB61; }
a { background-color: rgb(203,171,97); }
div.DivClassName
{
background-color: #CBAB61;
}
.BgClassName
{
background-color: #CBAB61;
}
</style>
border-color css
<style>
span { border-color: #CBAB61; }
span { border-color: rgb(203,171,97); }
td.TdClassName
{
border-color: #CBAB61;
}
.TagClassName
{
border-color: #CBAB61;
}
</style>