Shades of Laser #C7AD62
Tints of Laser #C7AD62
RGB
CMYK
RGB Variations
Color information
#C7AD62 (or 0xC7AD62) is known color: Laser. HEX triplet: C7, AD and 62. RGB value is (199,173,98). Sum of RGB (Red+Green+Blue) = 199+173+98=470 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.34% from 470); Green value is 173 (67.97% from 255 or 36.81% from 470); Blue value is 98 (38.67% from 255 or 20.85% from 470); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AD62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7AD62 is #38529D. Grayscale: #ACACAC. Windows color (decimal): -3691166 or 6467015. OLE color: 6467015.
HSL color Cylindrical-coordinate representation of color #C7AD62: hue angle of 44.55º degrees, saturation: 0.47, 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 #C7AD62 is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 173 | 98 | - |
| CMYK | 0 | 0.13 | 0.51 | 0.22 |
| HSL | 44.55º | 0.47% | 0.58% | - |
| HSV(B) | 44.55º | 0.51% | 0.78% | - |
| XYZ | 40.7 | 42.91 | 17.69 | - |
| YUV | 172.22 | 86.11 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 173 | 98 | 0 | 0.13 | 0.51 | 0.22 | 44.55 | 0.47 | 0.58 |
| Hex | C7 | AD | 62 | 0 | D | 33 | 16 | 2D | 2F | 3A |
| Octal | 307 | 255 | 142 | 0 | 15 | 63 | 26 | 55 | 57 | 72 |
| Binary | 11000111 | 10101101 | 1100010 | 0 | 1101 | 110011 | 10110 | 101101 | 101111 | 111010 |
Color Harmonies of #C7AD62
Complementary color
Monochromatic Colors of #C7AD62
Black with #C7AD62
Text Example
Text Example
White with #C7AD62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AD62; }
p { color: rgb(199,173,98); }
H1.HeaderClassName
{
color: #C7AD62;
}
.AnyTagClassName
{
color: #C7AD62;
}
</style>
background-color css
<style>
a { background-color: #C7AD62; }
a { background-color: rgb(199,173,98); }
div.DivClassName
{
background-color: #C7AD62;
}
.BgClassName
{
background-color: #C7AD62;
}
</style>
border-color css
<style>
span { border-color: #C7AD62; }
span { border-color: rgb(199,173,98); }
td.TdClassName
{
border-color: #C7AD62;
}
.TagClassName
{
border-color: #C7AD62;
}
</style>