Shades of Laser #CBA954
Tints of Laser #CBA954
RGB
CMYK
RGB Variations
Color information
#CBA954 (or 0xCBA954) is known color: Laser. HEX triplet: CB, A9 and 54. RGB value is (203,169,84). Sum of RGB (Red+Green+Blue) = 203+169+84=456 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.52% from 456); Green value is 169 (66.41% from 255 or 37.06% from 456); Blue value is 84 (33.20% from 255 or 18.42% from 456); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA954 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA954 is #3456AB. Grayscale: #A9A9A9. Windows color (decimal): -3430060 or 5548491. OLE color: 5548491.
HSL color Cylindrical-coordinate representation of color #CBA954: hue angle of 42.86º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CBA954 is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 169 | 84 | - |
| CMYK | 0 | 0.17 | 0.59 | 0.20 |
| HSL | 42.86º | 0.53% | 0.56% | - |
| HSV(B) | 42.86º | 0.59% | 0.8% | - |
| XYZ | 40.42 | 41.71 | 14.31 | - |
| YUV | 169.48 | 79.76 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 169 | 84 | 0 | 0.17 | 0.59 | 0.20 | 42.86 | 0.53 | 0.56 |
| Hex | CB | A9 | 54 | 0 | 11 | 3B | 14 | 2B | 35 | 38 |
| Octal | 313 | 251 | 124 | 0 | 21 | 73 | 24 | 53 | 65 | 70 |
| Binary | 11001011 | 10101001 | 1010100 | 0 | 10001 | 111011 | 10100 | 101011 | 110101 | 111000 |
Color Harmonies of #CBA954
Complementary color
Monochromatic Colors of #CBA954
Black with #CBA954
Text Example
Text Example
White with #CBA954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA954; }
p { color: rgb(203,169,84); }
H1.HeaderClassName
{
color: #CBA954;
}
.AnyTagClassName
{
color: #CBA954;
}
</style>
background-color css
<style>
a { background-color: #CBA954; }
a { background-color: rgb(203,169,84); }
div.DivClassName
{
background-color: #CBA954;
}
.BgClassName
{
background-color: #CBA954;
}
</style>
border-color css
<style>
span { border-color: #CBA954; }
span { border-color: rgb(203,169,84); }
td.TdClassName
{
border-color: #CBA954;
}
.TagClassName
{
border-color: #CBA954;
}
</style>