Shades of Laser #CBA664
Tints of Laser #CBA664
RGB
CMYK
RGB Variations
Color information
#CBA664 (or 0xCBA664) is known color: Laser. HEX triplet: CB, A6 and 64. RGB value is (203,166,100). Sum of RGB (Red+Green+Blue) = 203+166+100=469 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.28% from 469); Green value is 166 (65.23% from 255 or 35.39% from 469); Blue value is 100 (39.45% from 255 or 21.32% from 469); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA664 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA664 is #34599B. Grayscale: #A9A9A9. Windows color (decimal): -3430812 or 6596299. OLE color: 6596299.
HSL color Cylindrical-coordinate representation of color #CBA664: hue angle of 38.45º 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 #CBA664 is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 166 | 100 | - |
| CMYK | 0 | 0.18 | 0.51 | 0.20 |
| HSL | 38.45º | 0.5% | 0.59% | - |
| HSV(B) | 38.45º | 0.51% | 0.8% | - |
| XYZ | 40.57 | 40.89 | 17.81 | - |
| YUV | 169.54 | 88.76 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 166 | 100 | 0 | 0.18 | 0.51 | 0.20 | 38.45 | 0.5 | 0.59 |
| Hex | CB | A6 | 64 | 0 | 12 | 33 | 14 | 26 | 32 | 3B |
| Octal | 313 | 246 | 144 | 0 | 22 | 63 | 24 | 46 | 62 | 73 |
| Binary | 11001011 | 10100110 | 1100100 | 0 | 10010 | 110011 | 10100 | 100110 | 110010 | 111011 |
Color Harmonies of #CBA664
Complementary color
Monochromatic Colors of #CBA664
Black with #CBA664
Text Example
Text Example
White with #CBA664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA664; }
p { color: rgb(203,166,100); }
H1.HeaderClassName
{
color: #CBA664;
}
.AnyTagClassName
{
color: #CBA664;
}
</style>
background-color css
<style>
a { background-color: #CBA664; }
a { background-color: rgb(203,166,100); }
div.DivClassName
{
background-color: #CBA664;
}
.BgClassName
{
background-color: #CBA664;
}
</style>
border-color css
<style>
span { border-color: #CBA664; }
span { border-color: rgb(203,166,100); }
td.TdClassName
{
border-color: #CBA664;
}
.TagClassName
{
border-color: #CBA664;
}
</style>