Shades of Laser #CBA955
Tints of Laser #CBA955
RGB
CMYK
RGB Variations
Color information
#CBA955 (or 0xCBA955) is known color: Laser. HEX triplet: CB, A9 and 55. RGB value is (203,169,85). Sum of RGB (Red+Green+Blue) = 203+169+85=457 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.42% from 457); Green value is 169 (66.41% from 255 or 36.98% from 457); Blue value is 85 (33.59% from 255 or 18.60% from 457); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA955 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA955 is #3456AA. Grayscale: #A9A9A9. Windows color (decimal): -3430059 or 5614027. OLE color: 5614027.
HSL color Cylindrical-coordinate representation of color #CBA955: hue angle of 42.71º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CBA955 is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 169 | 85 | - |
| CMYK | 0 | 0.17 | 0.58 | 0.20 |
| HSL | 42.71º | 0.53% | 0.56% | - |
| HSV(B) | 42.71º | 0.58% | 0.8% | - |
| XYZ | 40.46 | 41.73 | 14.52 | - |
| YUV | 169.59 | 80.26 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 169 | 85 | 0 | 0.17 | 0.58 | 0.20 | 42.71 | 0.53 | 0.56 |
| Hex | CB | A9 | 55 | 0 | 11 | 3A | 14 | 2B | 35 | 38 |
| Octal | 313 | 251 | 125 | 0 | 21 | 72 | 24 | 53 | 65 | 70 |
| Binary | 11001011 | 10101001 | 1010101 | 0 | 10001 | 111010 | 10100 | 101011 | 110101 | 111000 |
Color Harmonies of #CBA955
Complementary color
Monochromatic Colors of #CBA955
Black with #CBA955
Text Example
Text Example
White with #CBA955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA955; }
p { color: rgb(203,169,85); }
H1.HeaderClassName
{
color: #CBA955;
}
.AnyTagClassName
{
color: #CBA955;
}
</style>
background-color css
<style>
a { background-color: #CBA955; }
a { background-color: rgb(203,169,85); }
div.DivClassName
{
background-color: #CBA955;
}
.BgClassName
{
background-color: #CBA955;
}
</style>
border-color css
<style>
span { border-color: #CBA955; }
span { border-color: rgb(203,169,85); }
td.TdClassName
{
border-color: #CBA955;
}
.TagClassName
{
border-color: #CBA955;
}
</style>