Shades of Laser #CBA558
Tints of Laser #CBA558
RGB
CMYK
RGB Variations
Color information
#CBA558 (or 0xCBA558) is known color: Laser. HEX triplet: CB, A5 and 58. RGB value is (203,165,88). Sum of RGB (Red+Green+Blue) = 203+165+88=456 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.52% from 456); Green value is 165 (64.84% from 255 or 36.18% from 456); Blue value is 88 (34.77% from 255 or 19.30% from 456); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA558 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA558 is #345AA7. Grayscale: #A7A7A7. Windows color (decimal): -3431080 or 5809611. OLE color: 5809611.
HSL color Cylindrical-coordinate representation of color #CBA558: hue angle of 40.17º 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 #CBA558 is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 165 | 88 | - |
| CMYK | 0 | 0.19 | 0.57 | 0.20 |
| HSL | 40.17º | 0.53% | 0.57% | - |
| HSV(B) | 40.17º | 0.57% | 0.8% | - |
| XYZ | 39.85 | 40.31 | 14.91 | - |
| YUV | 167.58 | 83.09 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 165 | 88 | 0 | 0.19 | 0.57 | 0.20 | 40.17 | 0.53 | 0.57 |
| Hex | CB | A5 | 58 | 0 | 13 | 39 | 14 | 28 | 35 | 39 |
| Octal | 313 | 245 | 130 | 0 | 23 | 71 | 24 | 50 | 65 | 71 |
| Binary | 11001011 | 10100101 | 1011000 | 0 | 10011 | 111001 | 10100 | 101000 | 110101 | 111001 |
Color Harmonies of #CBA558
Complementary color
Monochromatic Colors of #CBA558
Black with #CBA558
Text Example
Text Example
White with #CBA558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA558; }
p { color: rgb(203,165,88); }
H1.HeaderClassName
{
color: #CBA558;
}
.AnyTagClassName
{
color: #CBA558;
}
</style>
background-color css
<style>
a { background-color: #CBA558; }
a { background-color: rgb(203,165,88); }
div.DivClassName
{
background-color: #CBA558;
}
.BgClassName
{
background-color: #CBA558;
}
</style>
border-color css
<style>
span { border-color: #CBA558; }
span { border-color: rgb(203,165,88); }
td.TdClassName
{
border-color: #CBA558;
}
.TagClassName
{
border-color: #CBA558;
}
</style>