Shades of Laser #C7A960
Tints of Laser #C7A960
RGB
CMYK
RGB Variations
Color information
#C7A960 (or 0xC7A960) is known color: Laser. HEX triplet: C7, A9 and 60. RGB value is (199,169,96). Sum of RGB (Red+Green+Blue) = 199+169+96=464 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.89% from 464); Green value is 169 (66.41% from 255 or 36.42% from 464); Blue value is 96 (37.89% from 255 or 20.69% from 464); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A960 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A960 is #38569F. Grayscale: #A9A9A9. Windows color (decimal): -3692192 or 6334919. OLE color: 6334919.
HSL color Cylindrical-coordinate representation of color #C7A960: hue angle of 42.52º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C7A960 is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 169 | 96 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.22 |
| HSL | 42.52º | 0.48% | 0.58% | - |
| HSV(B) | 42.52º | 0.52% | 0.78% | - |
| XYZ | 39.85 | 41.36 | 16.95 | - |
| YUV | 169.65 | 86.44 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 169 | 96 | 0 | 0.15 | 0.52 | 0.22 | 42.52 | 0.48 | 0.58 |
| Hex | C7 | A9 | 60 | 0 | F | 34 | 16 | 2B | 30 | 3A |
| Octal | 307 | 251 | 140 | 0 | 17 | 64 | 26 | 53 | 60 | 72 |
| Binary | 11000111 | 10101001 | 1100000 | 0 | 1111 | 110100 | 10110 | 101011 | 110000 | 111010 |
Color Harmonies of #C7A960
Complementary color
Monochromatic Colors of #C7A960
Black with #C7A960
Text Example
Text Example
White with #C7A960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A960; }
p { color: rgb(199,169,96); }
H1.HeaderClassName
{
color: #C7A960;
}
.AnyTagClassName
{
color: #C7A960;
}
</style>
background-color css
<style>
a { background-color: #C7A960; }
a { background-color: rgb(199,169,96); }
div.DivClassName
{
background-color: #C7A960;
}
.BgClassName
{
background-color: #C7A960;
}
</style>
border-color css
<style>
span { border-color: #C7A960; }
span { border-color: rgb(199,169,96); }
td.TdClassName
{
border-color: #C7A960;
}
.TagClassName
{
border-color: #C7A960;
}
</style>