Shades of Laser #C7AD60
Tints of Laser #C7AD60
RGB
CMYK
RGB Variations
Color information
#C7AD60 (or 0xC7AD60) is known color: Laser. HEX triplet: C7, AD and 60. RGB value is (199,173,96). Sum of RGB (Red+Green+Blue) = 199+173+96=468 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.52% from 468); Green value is 173 (67.97% from 255 or 36.97% from 468); Blue value is 96 (37.89% from 255 or 20.51% from 468); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AD60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7AD60 is #38529F. Grayscale: #ACACAC. Windows color (decimal): -3691168 or 6335943. OLE color: 6335943.
HSL color Cylindrical-coordinate representation of color #C7AD60: hue angle of 44.85º 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 #C7AD60 is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 173 | 96 | - |
| CMYK | 0 | 0.13 | 0.52 | 0.22 |
| HSL | 44.85º | 0.48% | 0.58% | - |
| HSV(B) | 44.85º | 0.52% | 0.78% | - |
| XYZ | 40.61 | 42.87 | 17.2 | - |
| YUV | 172 | 85.11 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 173 | 96 | 0 | 0.13 | 0.52 | 0.22 | 44.85 | 0.48 | 0.58 |
| Hex | C7 | AD | 60 | 0 | D | 34 | 16 | 2D | 30 | 3A |
| Octal | 307 | 255 | 140 | 0 | 15 | 64 | 26 | 55 | 60 | 72 |
| Binary | 11000111 | 10101101 | 1100000 | 0 | 1101 | 110100 | 10110 | 101101 | 110000 | 111010 |
Color Harmonies of #C7AD60
Complementary color
Monochromatic Colors of #C7AD60
Black with #C7AD60
Text Example
Text Example
White with #C7AD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AD60; }
p { color: rgb(199,173,96); }
H1.HeaderClassName
{
color: #C7AD60;
}
.AnyTagClassName
{
color: #C7AD60;
}
</style>
background-color css
<style>
a { background-color: #C7AD60; }
a { background-color: rgb(199,173,96); }
div.DivClassName
{
background-color: #C7AD60;
}
.BgClassName
{
background-color: #C7AD60;
}
</style>
border-color css
<style>
span { border-color: #C7AD60; }
span { border-color: rgb(199,173,96); }
td.TdClassName
{
border-color: #C7AD60;
}
.TagClassName
{
border-color: #C7AD60;
}
</style>