Shades of Laser #C6A666
Tints of Laser #C6A666
RGB
CMYK
RGB Variations
Color information
#C6A666 (or 0xC6A666) is known color: Laser. HEX triplet: C6, A6 and 66. RGB value is (198,166,102). Sum of RGB (Red+Green+Blue) = 198+166+102=466 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.49% from 466); Green value is 166 (65.23% from 255 or 35.62% from 466); Blue value is 102 (40.23% from 255 or 21.89% from 466); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A666 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A666 is #395999. Grayscale: #A8A8A8. Windows color (decimal): -3758490 or 6727366. OLE color: 6727366.
HSL color Cylindrical-coordinate representation of color #C6A666: hue angle of 40º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C6A666 is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 166 | 102 | - |
| CMYK | 0 | 0.16 | 0.48 | 0.22 |
| HSL | 40º | 0.46% | 0.59% | - |
| HSV(B) | 40º | 0.48% | 0.78% | - |
| XYZ | 39.32 | 40.24 | 18.26 | - |
| YUV | 168.27 | 90.6 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 166 | 102 | 0 | 0.16 | 0.48 | 0.22 | 40 | 0.46 | 0.59 |
| Hex | C6 | A6 | 66 | 0 | 10 | 30 | 16 | 28 | 2E | 3B |
| Octal | 306 | 246 | 146 | 0 | 20 | 60 | 26 | 50 | 56 | 73 |
| Binary | 11000110 | 10100110 | 1100110 | 0 | 10000 | 110000 | 10110 | 101000 | 101110 | 111011 |
Color Harmonies of #C6A666
Complementary color
Monochromatic Colors of #C6A666
Black with #C6A666
Text Example
Text Example
White with #C6A666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A666; }
p { color: rgb(198,166,102); }
H1.HeaderClassName
{
color: #C6A666;
}
.AnyTagClassName
{
color: #C6A666;
}
</style>
background-color css
<style>
a { background-color: #C6A666; }
a { background-color: rgb(198,166,102); }
div.DivClassName
{
background-color: #C6A666;
}
.BgClassName
{
background-color: #C6A666;
}
</style>
border-color css
<style>
span { border-color: #C6A666; }
span { border-color: rgb(198,166,102); }
td.TdClassName
{
border-color: #C6A666;
}
.TagClassName
{
border-color: #C6A666;
}
</style>