Shades of Laser #CBAB5B
Tints of Laser #CBAB5B
RGB
CMYK
RGB Variations
Color information
#CBAB5B (or 0xCBAB5B) is known color: Laser. HEX triplet: CB, AB and 5B. RGB value is (203,171,91). Sum of RGB (Red+Green+Blue) = 203+171+91=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 91 (35.94% from 255 or 19.57% from 465); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAB5B is #3454A4. Grayscale: #ABABAB. Windows color (decimal): -3429541 or 6007755. OLE color: 6007755.
HSL color Cylindrical-coordinate representation of color #CBAB5B: hue angle of 42.86º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CBAB5B is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 171 | 91 | - |
| CMYK | 0 | 0.16 | 0.55 | 0.20 |
| HSL | 42.86º | 0.52% | 0.58% | - |
| HSV(B) | 42.86º | 0.55% | 0.8% | - |
| XYZ | 41.08 | 42.58 | 15.95 | - |
| YUV | 171.45 | 82.6 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 171 | 91 | 0 | 0.16 | 0.55 | 0.20 | 42.86 | 0.52 | 0.58 |
| Hex | CB | AB | 5B | 0 | 10 | 37 | 14 | 2B | 34 | 3A |
| Octal | 313 | 253 | 133 | 0 | 20 | 67 | 24 | 53 | 64 | 72 |
| Binary | 11001011 | 10101011 | 1011011 | 0 | 10000 | 110111 | 10100 | 101011 | 110100 | 111010 |
Color Harmonies of #CBAB5B
Complementary color
Monochromatic Colors of #CBAB5B
Black with #CBAB5B
Text Example
Text Example
White with #CBAB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAB5B; }
p { color: rgb(203,171,91); }
H1.HeaderClassName
{
color: #CBAB5B;
}
.AnyTagClassName
{
color: #CBAB5B;
}
</style>
background-color css
<style>
a { background-color: #CBAB5B; }
a { background-color: rgb(203,171,91); }
div.DivClassName
{
background-color: #CBAB5B;
}
.BgClassName
{
background-color: #CBAB5B;
}
</style>
border-color css
<style>
span { border-color: #CBAB5B; }
span { border-color: rgb(203,171,91); }
td.TdClassName
{
border-color: #CBAB5B;
}
.TagClassName
{
border-color: #CBAB5B;
}
</style>