Shades of Laser #C7AF60
Tints of Laser #C7AF60
RGB
CMYK
RGB Variations
Color information
#C7AF60 (or 0xC7AF60) is known color: Laser. HEX triplet: C7, AF and 60. RGB value is (199,175,96). Sum of RGB (Red+Green+Blue) = 199+175+96=470 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.34% from 470); Green value is 175 (68.75% from 255 or 37.23% from 470); Blue value is 96 (37.89% from 255 or 20.43% from 470); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AF60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7AF60 is #38509F. Grayscale: #ADADAD. Windows color (decimal): -3690656 or 6336455. OLE color: 6336455.
HSL color Cylindrical-coordinate representation of color #C7AF60: hue angle of 46.02º 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 #C7AF60 is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 175 | 96 | - |
| CMYK | 0 | 0.12 | 0.52 | 0.22 |
| HSL | 46.02º | 0.48% | 0.58% | - |
| HSV(B) | 46.02º | 0.52% | 0.78% | - |
| XYZ | 40.99 | 43.65 | 17.33 | - |
| YUV | 173.17 | 84.45 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 175 | 96 | 0 | 0.12 | 0.52 | 0.22 | 46.02 | 0.48 | 0.58 |
| Hex | C7 | AF | 60 | 0 | C | 34 | 16 | 2E | 30 | 3A |
| Octal | 307 | 257 | 140 | 0 | 14 | 64 | 26 | 56 | 60 | 72 |
| Binary | 11000111 | 10101111 | 1100000 | 0 | 1100 | 110100 | 10110 | 101110 | 110000 | 111010 |
Color Harmonies of #C7AF60
Complementary color
Monochromatic Colors of #C7AF60
Black with #C7AF60
Text Example
Text Example
White with #C7AF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AF60; }
p { color: rgb(199,175,96); }
H1.HeaderClassName
{
color: #C7AF60;
}
.AnyTagClassName
{
color: #C7AF60;
}
</style>
background-color css
<style>
a { background-color: #C7AF60; }
a { background-color: rgb(199,175,96); }
div.DivClassName
{
background-color: #C7AF60;
}
.BgClassName
{
background-color: #C7AF60;
}
</style>
border-color css
<style>
span { border-color: #C7AF60; }
span { border-color: rgb(199,175,96); }
td.TdClassName
{
border-color: #C7AF60;
}
.TagClassName
{
border-color: #C7AF60;
}
</style>