Shades of Laser #CBAB5D
Tints of Laser #CBAB5D
RGB
CMYK
RGB Variations
Color information
#CBAB5D (or 0xCBAB5D) is known color: Laser. HEX triplet: CB, AB and 5D. RGB value is (203,171,93). Sum of RGB (Red+Green+Blue) = 203+171+93=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 93 (36.72% from 255 or 19.91% from 467); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAB5D is #3454A2. Grayscale: #ACACAC. Windows color (decimal): -3429539 or 6138827. OLE color: 6138827.
HSL color Cylindrical-coordinate representation of color #CBAB5D: hue angle of 42.55º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CBAB5D is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 171 | 93 | - |
| CMYK | 0 | 0.16 | 0.54 | 0.20 |
| HSL | 42.55º | 0.51% | 0.58% | - |
| HSV(B) | 42.55º | 0.54% | 0.8% | - |
| XYZ | 41.17 | 42.61 | 16.41 | - |
| YUV | 171.68 | 83.6 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 171 | 93 | 0 | 0.16 | 0.54 | 0.20 | 42.55 | 0.51 | 0.58 |
| Hex | CB | AB | 5D | 0 | 10 | 36 | 14 | 2B | 33 | 3A |
| Octal | 313 | 253 | 135 | 0 | 20 | 66 | 24 | 53 | 63 | 72 |
| Binary | 11001011 | 10101011 | 1011101 | 0 | 10000 | 110110 | 10100 | 101011 | 110011 | 111010 |
Color Harmonies of #CBAB5D
Complementary color
Monochromatic Colors of #CBAB5D
Black with #CBAB5D
Text Example
Text Example
White with #CBAB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAB5D; }
p { color: rgb(203,171,93); }
H1.HeaderClassName
{
color: #CBAB5D;
}
.AnyTagClassName
{
color: #CBAB5D;
}
</style>
background-color css
<style>
a { background-color: #CBAB5D; }
a { background-color: rgb(203,171,93); }
div.DivClassName
{
background-color: #CBAB5D;
}
.BgClassName
{
background-color: #CBAB5D;
}
</style>
border-color css
<style>
span { border-color: #CBAB5D; }
span { border-color: rgb(203,171,93); }
td.TdClassName
{
border-color: #CBAB5D;
}
.TagClassName
{
border-color: #CBAB5D;
}
</style>