Shades of Laser #C7A666
Tints of Laser #C7A666
RGB
CMYK
RGB Variations
Color information
#C7A666 (or 0xC7A666) is known color: Laser. HEX triplet: C7, A6 and 66. RGB value is (199,166,102). Sum of RGB (Red+Green+Blue) = 199+166+102=467 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.61% from 467); Green value is 166 (65.23% from 255 or 35.55% from 467); Blue value is 102 (40.23% from 255 or 21.84% from 467); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A666 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A666 is #385999. Grayscale: #A8A8A8. Windows color (decimal): -3692954 or 6727367. OLE color: 6727367.
HSL color Cylindrical-coordinate representation of color #C7A666: hue angle of 39.59º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C7A666 is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 166 | 102 | - |
| CMYK | 0 | 0.17 | 0.49 | 0.22 |
| HSL | 39.59º | 0.46% | 0.59% | - |
| HSV(B) | 39.59º | 0.49% | 0.78% | - |
| XYZ | 39.59 | 40.37 | 18.28 | - |
| YUV | 168.57 | 90.43 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 166 | 102 | 0 | 0.17 | 0.49 | 0.22 | 39.59 | 0.46 | 0.59 |
| Hex | C7 | A6 | 66 | 0 | 11 | 31 | 16 | 28 | 2E | 3B |
| Octal | 307 | 246 | 146 | 0 | 21 | 61 | 26 | 50 | 56 | 73 |
| Binary | 11000111 | 10100110 | 1100110 | 0 | 10001 | 110001 | 10110 | 101000 | 101110 | 111011 |
Color Harmonies of #C7A666
Complementary color
Monochromatic Colors of #C7A666
Black with #C7A666
Text Example
Text Example
White with #C7A666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A666; }
p { color: rgb(199,166,102); }
H1.HeaderClassName
{
color: #C7A666;
}
.AnyTagClassName
{
color: #C7A666;
}
</style>
background-color css
<style>
a { background-color: #C7A666; }
a { background-color: rgb(199,166,102); }
div.DivClassName
{
background-color: #C7A666;
}
.BgClassName
{
background-color: #C7A666;
}
</style>
border-color css
<style>
span { border-color: #C7A666; }
span { border-color: rgb(199,166,102); }
td.TdClassName
{
border-color: #C7A666;
}
.TagClassName
{
border-color: #C7A666;
}
</style>