Shades of Laser #C7AF64
Tints of Laser #C7AF64
RGB
CMYK
RGB Variations
Color information
#C7AF64 (or 0xC7AF64) is known color: Laser. HEX triplet: C7, AF and 64. RGB value is (199,175,100). Sum of RGB (Red+Green+Blue) = 199+175+100=474 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.98% from 474); Green value is 175 (68.75% from 255 or 36.92% from 474); Blue value is 100 (39.45% from 255 or 21.10% from 474); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AF64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7AF64 is #38509B. Grayscale: #ADADAD. Windows color (decimal): -3690652 or 6598599. OLE color: 6598599.
HSL color Cylindrical-coordinate representation of color #C7AF64: hue angle of 45.45º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C7AF64 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 175 | 100 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.22 |
| HSL | 45.45º | 0.47% | 0.59% | - |
| HSV(B) | 45.45º | 0.5% | 0.78% | - |
| XYZ | 41.18 | 43.72 | 18.33 | - |
| YUV | 173.63 | 86.45 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 175 | 100 | 0 | 0.12 | 0.50 | 0.22 | 45.45 | 0.47 | 0.59 |
| Hex | C7 | AF | 64 | 0 | C | 32 | 16 | 2D | 2F | 3B |
| Octal | 307 | 257 | 144 | 0 | 14 | 62 | 26 | 55 | 57 | 73 |
| Binary | 11000111 | 10101111 | 1100100 | 0 | 1100 | 110010 | 10110 | 101101 | 101111 | 111011 |
Color Harmonies of #C7AF64
Complementary color
Monochromatic Colors of #C7AF64
Black with #C7AF64
Text Example
Text Example
White with #C7AF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AF64; }
p { color: rgb(199,175,100); }
H1.HeaderClassName
{
color: #C7AF64;
}
.AnyTagClassName
{
color: #C7AF64;
}
</style>
background-color css
<style>
a { background-color: #C7AF64; }
a { background-color: rgb(199,175,100); }
div.DivClassName
{
background-color: #C7AF64;
}
.BgClassName
{
background-color: #C7AF64;
}
</style>
border-color css
<style>
span { border-color: #C7AF64; }
span { border-color: rgb(199,175,100); }
td.TdClassName
{
border-color: #C7AF64;
}
.TagClassName
{
border-color: #C7AF64;
}
</style>