Shades of Laser #C7A961
Tints of Laser #C7A961
RGB
CMYK
RGB Variations
Color information
#C7A961 (or 0xC7A961) is known color: Laser. HEX triplet: C7, A9 and 61. RGB value is (199,169,97). Sum of RGB (Red+Green+Blue) = 199+169+97=465 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.80% from 465); Green value is 169 (66.41% from 255 or 36.34% from 465); Blue value is 97 (38.28% from 255 or 20.86% from 465); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A961 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A961 is #38569E. Grayscale: #AAAAAA. Windows color (decimal): -3692191 or 6400455. OLE color: 6400455.
HSL color Cylindrical-coordinate representation of color #C7A961: hue angle of 42.35º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C7A961 is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 169 | 97 | - |
| CMYK | 0 | 0.15 | 0.51 | 0.22 |
| HSL | 42.35º | 0.48% | 0.58% | - |
| HSV(B) | 42.35º | 0.51% | 0.78% | - |
| XYZ | 39.9 | 41.38 | 17.19 | - |
| YUV | 169.76 | 86.94 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 169 | 97 | 0 | 0.15 | 0.51 | 0.22 | 42.35 | 0.48 | 0.58 |
| Hex | C7 | A9 | 61 | 0 | F | 33 | 16 | 2A | 30 | 3A |
| Octal | 307 | 251 | 141 | 0 | 17 | 63 | 26 | 52 | 60 | 72 |
| Binary | 11000111 | 10101001 | 1100001 | 0 | 1111 | 110011 | 10110 | 101010 | 110000 | 111010 |
Color Harmonies of #C7A961
Complementary color
Monochromatic Colors of #C7A961
Black with #C7A961
Text Example
Text Example
White with #C7A961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A961; }
p { color: rgb(199,169,97); }
H1.HeaderClassName
{
color: #C7A961;
}
.AnyTagClassName
{
color: #C7A961;
}
</style>
background-color css
<style>
a { background-color: #C7A961; }
a { background-color: rgb(199,169,97); }
div.DivClassName
{
background-color: #C7A961;
}
.BgClassName
{
background-color: #C7A961;
}
</style>
border-color css
<style>
span { border-color: #C7A961; }
span { border-color: rgb(199,169,97); }
td.TdClassName
{
border-color: #C7A961;
}
.TagClassName
{
border-color: #C7A961;
}
</style>