Shades of Laser #C6A664
Tints of Laser #C6A664
RGB
CMYK
RGB Variations
Color information
#C6A664 (or 0xC6A664) is known color: Laser. HEX triplet: C6, A6 and 64. RGB value is (198,166,100). Sum of RGB (Red+Green+Blue) = 198+166+100=464 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.67% from 464); Green value is 166 (65.23% from 255 or 35.78% from 464); Blue value is 100 (39.45% from 255 or 21.55% from 464); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A664 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A664 is #39599B. Grayscale: #A8A8A8. Windows color (decimal): -3758492 or 6596294. OLE color: 6596294.
HSL color Cylindrical-coordinate representation of color #C6A664: hue angle of 40.41º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C6A664 is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 166 | 100 | - |
| CMYK | 0 | 0.16 | 0.49 | 0.22 |
| HSL | 40.41º | 0.46% | 0.58% | - |
| HSV(B) | 40.41º | 0.49% | 0.78% | - |
| XYZ | 39.23 | 40.2 | 17.75 | - |
| YUV | 168.04 | 89.6 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 166 | 100 | 0 | 0.16 | 0.49 | 0.22 | 40.41 | 0.46 | 0.58 |
| Hex | C6 | A6 | 64 | 0 | 10 | 31 | 16 | 28 | 2E | 3A |
| Octal | 306 | 246 | 144 | 0 | 20 | 61 | 26 | 50 | 56 | 72 |
| Binary | 11000110 | 10100110 | 1100100 | 0 | 10000 | 110001 | 10110 | 101000 | 101110 | 111010 |
Color Harmonies of #C6A664
Complementary color
Monochromatic Colors of #C6A664
Black with #C6A664
Text Example
Text Example
White with #C6A664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A664; }
p { color: rgb(198,166,100); }
H1.HeaderClassName
{
color: #C6A664;
}
.AnyTagClassName
{
color: #C6A664;
}
</style>
background-color css
<style>
a { background-color: #C6A664; }
a { background-color: rgb(198,166,100); }
div.DivClassName
{
background-color: #C6A664;
}
.BgClassName
{
background-color: #C6A664;
}
</style>
border-color css
<style>
span { border-color: #C6A664; }
span { border-color: rgb(198,166,100); }
td.TdClassName
{
border-color: #C6A664;
}
.TagClassName
{
border-color: #C6A664;
}
</style>