Shades of Laser #CBA666
Tints of Laser #CBA666
RGB
CMYK
RGB Variations
Color information
#CBA666 (or 0xCBA666) is known color: Laser. HEX triplet: CB, A6 and 66. RGB value is (203,166,102). Sum of RGB (Red+Green+Blue) = 203+166+102=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 166 (65.23% from 255 or 35.24% from 471); Blue value is 102 (40.23% from 255 or 21.66% from 471); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA666 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA666 is #345999. Grayscale: #AAAAAA. Windows color (decimal): -3430810 or 6727371. OLE color: 6727371.
HSL color Cylindrical-coordinate representation of color #CBA666: hue angle of 38.02º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CBA666 is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 166 | 102 | - |
| CMYK | 0 | 0.18 | 0.50 | 0.20 |
| HSL | 38.02º | 0.49% | 0.6% | - |
| HSV(B) | 38.02º | 0.5% | 0.8% | - |
| XYZ | 40.66 | 40.93 | 18.33 | - |
| YUV | 169.77 | 89.76 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 166 | 102 | 0 | 0.18 | 0.50 | 0.20 | 38.02 | 0.49 | 0.6 |
| Hex | CB | A6 | 66 | 0 | 12 | 32 | 14 | 26 | 31 | 3C |
| Octal | 313 | 246 | 146 | 0 | 22 | 62 | 24 | 46 | 61 | 74 |
| Binary | 11001011 | 10100110 | 1100110 | 0 | 10010 | 110010 | 10100 | 100110 | 110001 | 111100 |
Color Harmonies of #CBA666
Complementary color
Monochromatic Colors of #CBA666
Black with #CBA666
Text Example
Text Example
White with #CBA666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA666; }
p { color: rgb(203,166,102); }
H1.HeaderClassName
{
color: #CBA666;
}
.AnyTagClassName
{
color: #CBA666;
}
</style>
background-color css
<style>
a { background-color: #CBA666; }
a { background-color: rgb(203,166,102); }
div.DivClassName
{
background-color: #CBA666;
}
.BgClassName
{
background-color: #CBA666;
}
</style>
border-color css
<style>
span { border-color: #CBA666; }
span { border-color: rgb(203,166,102); }
td.TdClassName
{
border-color: #CBA666;
}
.TagClassName
{
border-color: #CBA666;
}
</style>