Shades of Laser #CBA858
Tints of Laser #CBA858
RGB
CMYK
RGB Variations
Color information
#CBA858 (or 0xCBA858) is known color: Laser. HEX triplet: CB, A8 and 58. RGB value is (203,168,88). Sum of RGB (Red+Green+Blue) = 203+168+88=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 168 (66.02% from 255 or 36.60% from 459); Blue value is 88 (34.77% from 255 or 19.17% from 459); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA858 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA858 is #3457A7. Grayscale: #A9A9A9. Windows color (decimal): -3430312 or 5810379. OLE color: 5810379.
HSL color Cylindrical-coordinate representation of color #CBA858: hue angle of 41.74º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CBA858 is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 168 | 88 | - |
| CMYK | 0 | 0.17 | 0.57 | 0.20 |
| HSL | 41.74º | 0.53% | 0.57% | - |
| HSV(B) | 41.74º | 0.57% | 0.8% | - |
| XYZ | 40.39 | 41.41 | 15.1 | - |
| YUV | 169.35 | 82.1 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 168 | 88 | 0 | 0.17 | 0.57 | 0.20 | 41.74 | 0.53 | 0.57 |
| Hex | CB | A8 | 58 | 0 | 11 | 39 | 14 | 2A | 35 | 39 |
| Octal | 313 | 250 | 130 | 0 | 21 | 71 | 24 | 52 | 65 | 71 |
| Binary | 11001011 | 10101000 | 1011000 | 0 | 10001 | 111001 | 10100 | 101010 | 110101 | 111001 |
Color Harmonies of #CBA858
Complementary color
Monochromatic Colors of #CBA858
Black with #CBA858
Text Example
Text Example
White with #CBA858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA858; }
p { color: rgb(203,168,88); }
H1.HeaderClassName
{
color: #CBA858;
}
.AnyTagClassName
{
color: #CBA858;
}
</style>
background-color css
<style>
a { background-color: #CBA858; }
a { background-color: rgb(203,168,88); }
div.DivClassName
{
background-color: #CBA858;
}
.BgClassName
{
background-color: #CBA858;
}
</style>
border-color css
<style>
span { border-color: #CBA858; }
span { border-color: rgb(203,168,88); }
td.TdClassName
{
border-color: #CBA858;
}
.TagClassName
{
border-color: #CBA858;
}
</style>