Shades of Laser #C7A966
Tints of Laser #C7A966
RGB
CMYK
RGB Variations
Color information
#C7A966 (or 0xC7A966) is known color: Laser. HEX triplet: C7, A9 and 66. RGB value is (199,169,102). Sum of RGB (Red+Green+Blue) = 199+169+102=470 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.34% from 470); Green value is 169 (66.41% from 255 or 35.96% from 470); Blue value is 102 (40.23% from 255 or 21.70% from 470); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A966 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A966 is #385699. Grayscale: #AAAAAA. Windows color (decimal): -3692186 or 6728135. OLE color: 6728135.
HSL color Cylindrical-coordinate representation of color #C7A966: hue angle of 41.44º 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 #C7A966 is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 169 | 102 | - |
| CMYK | 0 | 0.15 | 0.49 | 0.22 |
| HSL | 41.44º | 0.46% | 0.59% | - |
| HSV(B) | 41.44º | 0.49% | 0.78% | - |
| XYZ | 40.14 | 41.48 | 18.46 | - |
| YUV | 170.33 | 89.44 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 169 | 102 | 0 | 0.15 | 0.49 | 0.22 | 41.44 | 0.46 | 0.59 |
| Hex | C7 | A9 | 66 | 0 | F | 31 | 16 | 29 | 2E | 3B |
| Octal | 307 | 251 | 146 | 0 | 17 | 61 | 26 | 51 | 56 | 73 |
| Binary | 11000111 | 10101001 | 1100110 | 0 | 1111 | 110001 | 10110 | 101001 | 101110 | 111011 |
Color Harmonies of #C7A966
Complementary color
Monochromatic Colors of #C7A966
Black with #C7A966
Text Example
Text Example
White with #C7A966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A966; }
p { color: rgb(199,169,102); }
H1.HeaderClassName
{
color: #C7A966;
}
.AnyTagClassName
{
color: #C7A966;
}
</style>
background-color css
<style>
a { background-color: #C7A966; }
a { background-color: rgb(199,169,102); }
div.DivClassName
{
background-color: #C7A966;
}
.BgClassName
{
background-color: #C7A966;
}
</style>
border-color css
<style>
span { border-color: #C7A966; }
span { border-color: rgb(199,169,102); }
td.TdClassName
{
border-color: #C7A966;
}
.TagClassName
{
border-color: #C7A966;
}
</style>