Shades of Laser #CBA663
Tints of Laser #CBA663
RGB
CMYK
RGB Variations
Color information
#CBA663 (or 0xCBA663) is known color: Laser. HEX triplet: CB, A6 and 63. RGB value is (203,166,99). Sum of RGB (Red+Green+Blue) = 203+166+99=468 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.38% from 468); Green value is 166 (65.23% from 255 or 35.47% from 468); Blue value is 99 (39.06% from 255 or 21.15% from 468); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA663 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA663 is #34599C. Grayscale: #A9A9A9. Windows color (decimal): -3430813 or 6530763. OLE color: 6530763.
HSL color Cylindrical-coordinate representation of color #CBA663: hue angle of 38.65º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CBA663 is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 166 | 99 | - |
| CMYK | 0 | 0.18 | 0.51 | 0.20 |
| HSL | 38.65º | 0.5% | 0.59% | - |
| HSV(B) | 38.65º | 0.51% | 0.8% | - |
| XYZ | 40.52 | 40.87 | 17.56 | - |
| YUV | 169.43 | 88.26 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 166 | 99 | 0 | 0.18 | 0.51 | 0.20 | 38.65 | 0.5 | 0.59 |
| Hex | CB | A6 | 63 | 0 | 12 | 33 | 14 | 27 | 32 | 3B |
| Octal | 313 | 246 | 143 | 0 | 22 | 63 | 24 | 47 | 62 | 73 |
| Binary | 11001011 | 10100110 | 1100011 | 0 | 10010 | 110011 | 10100 | 100111 | 110010 | 111011 |
Color Harmonies of #CBA663
Complementary color
Monochromatic Colors of #CBA663
Black with #CBA663
Text Example
Text Example
White with #CBA663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA663; }
p { color: rgb(203,166,99); }
H1.HeaderClassName
{
color: #CBA663;
}
.AnyTagClassName
{
color: #CBA663;
}
</style>
background-color css
<style>
a { background-color: #CBA663; }
a { background-color: rgb(203,166,99); }
div.DivClassName
{
background-color: #CBA663;
}
.BgClassName
{
background-color: #CBA663;
}
</style>
border-color css
<style>
span { border-color: #CBA663; }
span { border-color: rgb(203,166,99); }
td.TdClassName
{
border-color: #CBA663;
}
.TagClassName
{
border-color: #CBA663;
}
</style>