Shades of Laser #C7A665
Tints of Laser #C7A665
RGB
CMYK
RGB Variations
Color information
#C7A665 (or 0xC7A665) is known color: Laser. HEX triplet: C7, A6 and 65. RGB value is (199,166,101). Sum of RGB (Red+Green+Blue) = 199+166+101=466 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.70% from 466); Green value is 166 (65.23% from 255 or 35.62% from 466); Blue value is 101 (39.84% from 255 or 21.67% from 466); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A665 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A665 is #38599A. Grayscale: #A8A8A8. Windows color (decimal): -3692955 or 6661831. OLE color: 6661831.
HSL color Cylindrical-coordinate representation of color #C7A665: hue angle of 39.8º degrees, saturation: 0.47, 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 #C7A665 is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 166 | 101 | - |
| CMYK | 0 | 0.17 | 0.49 | 0.22 |
| HSL | 39.8º | 0.47% | 0.59% | - |
| HSV(B) | 39.8º | 0.49% | 0.78% | - |
| XYZ | 39.54 | 40.35 | 18.02 | - |
| YUV | 168.46 | 89.93 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 166 | 101 | 0 | 0.17 | 0.49 | 0.22 | 39.8 | 0.47 | 0.59 |
| Hex | C7 | A6 | 65 | 0 | 11 | 31 | 16 | 28 | 2F | 3B |
| Octal | 307 | 246 | 145 | 0 | 21 | 61 | 26 | 50 | 57 | 73 |
| Binary | 11000111 | 10100110 | 1100101 | 0 | 10001 | 110001 | 10110 | 101000 | 101111 | 111011 |
Color Harmonies of #C7A665
Complementary color
Monochromatic Colors of #C7A665
Black with #C7A665
Text Example
Text Example
White with #C7A665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A665; }
p { color: rgb(199,166,101); }
H1.HeaderClassName
{
color: #C7A665;
}
.AnyTagClassName
{
color: #C7A665;
}
</style>
background-color css
<style>
a { background-color: #C7A665; }
a { background-color: rgb(199,166,101); }
div.DivClassName
{
background-color: #C7A665;
}
.BgClassName
{
background-color: #C7A665;
}
</style>
border-color css
<style>
span { border-color: #C7A665; }
span { border-color: rgb(199,166,101); }
td.TdClassName
{
border-color: #C7A665;
}
.TagClassName
{
border-color: #C7A665;
}
</style>