Shades of Laser #C7AD61
Tints of Laser #C7AD61
RGB
CMYK
RGB Variations
Color information
#C7AD61 (or 0xC7AD61) is known color: Laser. HEX triplet: C7, AD and 61. RGB value is (199,173,97). Sum of RGB (Red+Green+Blue) = 199+173+97=469 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.43% from 469); Green value is 173 (67.97% from 255 or 36.89% from 469); Blue value is 97 (38.28% from 255 or 20.68% from 469); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AD61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7AD61 is #38529E. Grayscale: #ACACAC. Windows color (decimal): -3691167 or 6401479. OLE color: 6401479.
HSL color Cylindrical-coordinate representation of color #C7AD61: hue angle of 44.71º 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 #C7AD61 is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 173 | 97 | - |
| CMYK | 0 | 0.13 | 0.51 | 0.22 |
| HSL | 44.71º | 0.48% | 0.58% | - |
| HSV(B) | 44.71º | 0.51% | 0.78% | - |
| XYZ | 40.65 | 42.89 | 17.45 | - |
| YUV | 172.11 | 85.61 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 173 | 97 | 0 | 0.13 | 0.51 | 0.22 | 44.71 | 0.48 | 0.58 |
| Hex | C7 | AD | 61 | 0 | D | 33 | 16 | 2D | 30 | 3A |
| Octal | 307 | 255 | 141 | 0 | 15 | 63 | 26 | 55 | 60 | 72 |
| Binary | 11000111 | 10101101 | 1100001 | 0 | 1101 | 110011 | 10110 | 101101 | 110000 | 111010 |
Color Harmonies of #C7AD61
Complementary color
Monochromatic Colors of #C7AD61
Black with #C7AD61
Text Example
Text Example
White with #C7AD61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AD61; }
p { color: rgb(199,173,97); }
H1.HeaderClassName
{
color: #C7AD61;
}
.AnyTagClassName
{
color: #C7AD61;
}
</style>
background-color css
<style>
a { background-color: #C7AD61; }
a { background-color: rgb(199,173,97); }
div.DivClassName
{
background-color: #C7AD61;
}
.BgClassName
{
background-color: #C7AD61;
}
</style>
border-color css
<style>
span { border-color: #C7AD61; }
span { border-color: rgb(199,173,97); }
td.TdClassName
{
border-color: #C7AD61;
}
.TagClassName
{
border-color: #C7AD61;
}
</style>