Shades of Laser #CBA660
Tints of Laser #CBA660
RGB
CMYK
RGB Variations
Color information
#CBA660 (or 0xCBA660) is known color: Laser. HEX triplet: CB, A6 and 60. RGB value is (203,166,96). Sum of RGB (Red+Green+Blue) = 203+166+96=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 166 (65.23% from 255 or 35.70% from 465); Blue value is 96 (37.89% from 255 or 20.65% from 465); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA660 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA660 is #34599F. Grayscale: #A9A9A9. Windows color (decimal): -3430816 or 6334155. OLE color: 6334155.
HSL color Cylindrical-coordinate representation of color #CBA660: hue angle of 39.25º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CBA660 is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 166 | 96 | - |
| CMYK | 0 | 0.18 | 0.53 | 0.20 |
| HSL | 39.25º | 0.51% | 0.59% | - |
| HSV(B) | 39.25º | 0.53% | 0.8% | - |
| XYZ | 40.38 | 40.81 | 16.82 | - |
| YUV | 169.08 | 86.76 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 166 | 96 | 0 | 0.18 | 0.53 | 0.20 | 39.25 | 0.51 | 0.59 |
| Hex | CB | A6 | 60 | 0 | 12 | 35 | 14 | 27 | 33 | 3B |
| Octal | 313 | 246 | 140 | 0 | 22 | 65 | 24 | 47 | 63 | 73 |
| Binary | 11001011 | 10100110 | 1100000 | 0 | 10010 | 110101 | 10100 | 100111 | 110011 | 111011 |
Color Harmonies of #CBA660
Complementary color
Monochromatic Colors of #CBA660
Black with #CBA660
Text Example
Text Example
White with #CBA660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA660; }
p { color: rgb(203,166,96); }
H1.HeaderClassName
{
color: #CBA660;
}
.AnyTagClassName
{
color: #CBA660;
}
</style>
background-color css
<style>
a { background-color: #CBA660; }
a { background-color: rgb(203,166,96); }
div.DivClassName
{
background-color: #CBA660;
}
.BgClassName
{
background-color: #CBA660;
}
</style>
border-color css
<style>
span { border-color: #CBA660; }
span { border-color: rgb(203,166,96); }
td.TdClassName
{
border-color: #CBA660;
}
.TagClassName
{
border-color: #CBA660;
}
</style>