Shades of Laser #C7B166
Tints of Laser #C7B166
RGB
CMYK
RGB Variations
Color information
#C7B166 (or 0xC7B166) is known color: Laser. HEX triplet: C7, B1 and 66. RGB value is (199,177,102). Sum of RGB (Red+Green+Blue) = 199+177+102=478 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.63% from 478); Green value is 177 (69.53% from 255 or 37.03% from 478); Blue value is 102 (40.23% from 255 or 21.34% from 478); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7B166 is #384E99. Grayscale: #AFAFAF. Windows color (decimal): -3690138 or 6730183. OLE color: 6730183.
HSL color Cylindrical-coordinate representation of color #C7B166: hue angle of 46.39º 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 #C7B166 is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 177 | 102 | - |
| CMYK | 0 | 0.11 | 0.49 | 0.22 |
| HSL | 46.39º | 0.46% | 0.59% | - |
| HSV(B) | 46.39º | 0.49% | 0.78% | - |
| XYZ | 41.67 | 44.55 | 18.97 | - |
| YUV | 175.03 | 86.79 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 177 | 102 | 0 | 0.11 | 0.49 | 0.22 | 46.39 | 0.46 | 0.59 |
| Hex | C7 | B1 | 66 | 0 | B | 31 | 16 | 2E | 2E | 3B |
| Octal | 307 | 261 | 146 | 0 | 13 | 61 | 26 | 56 | 56 | 73 |
| Binary | 11000111 | 10110001 | 1100110 | 0 | 1011 | 110001 | 10110 | 101110 | 101110 | 111011 |
Color Harmonies of #C7B166
Complementary color
Monochromatic Colors of #C7B166
Black with #C7B166
Text Example
Text Example
White with #C7B166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B166; }
p { color: rgb(199,177,102); }
H1.HeaderClassName
{
color: #C7B166;
}
.AnyTagClassName
{
color: #C7B166;
}
</style>
background-color css
<style>
a { background-color: #C7B166; }
a { background-color: rgb(199,177,102); }
div.DivClassName
{
background-color: #C7B166;
}
.BgClassName
{
background-color: #C7B166;
}
</style>
border-color css
<style>
span { border-color: #C7B166; }
span { border-color: rgb(199,177,102); }
td.TdClassName
{
border-color: #C7B166;
}
.TagClassName
{
border-color: #C7B166;
}
</style>