Shades of Laser #C7A65F
Tints of Laser #C7A65F
RGB
CMYK
RGB Variations
Color information
#C7A65F (or 0xC7A65F) is known color: Laser. HEX triplet: C7, A6 and 5F. RGB value is (199,166,95). Sum of RGB (Red+Green+Blue) = 199+166+95=460 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.26% from 460); Green value is 166 (65.23% from 255 or 36.09% from 460); Blue value is 95 (37.5% from 255 or 20.65% from 460); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A65F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A65F is #3859A0. Grayscale: #A8A8A8. Windows color (decimal): -3692961 or 6268615. OLE color: 6268615.
HSL color Cylindrical-coordinate representation of color #C7A65F: hue angle of 40.96º 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 #C7A65F is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 166 | 95 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.22 |
| HSL | 40.96º | 0.48% | 0.58% | - |
| HSV(B) | 40.96º | 0.52% | 0.78% | - |
| XYZ | 39.25 | 40.24 | 16.52 | - |
| YUV | 167.77 | 86.93 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 166 | 95 | 0 | 0.17 | 0.52 | 0.22 | 40.96 | 0.48 | 0.58 |
| Hex | C7 | A6 | 5F | 0 | 11 | 34 | 16 | 29 | 30 | 3A |
| Octal | 307 | 246 | 137 | 0 | 21 | 64 | 26 | 51 | 60 | 72 |
| Binary | 11000111 | 10100110 | 1011111 | 0 | 10001 | 110100 | 10110 | 101001 | 110000 | 111010 |
Color Harmonies of #C7A65F
Complementary color
Monochromatic Colors of #C7A65F
Black with #C7A65F
Text Example
Text Example
White with #C7A65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A65F; }
p { color: rgb(199,166,95); }
H1.HeaderClassName
{
color: #C7A65F;
}
.AnyTagClassName
{
color: #C7A65F;
}
</style>
background-color css
<style>
a { background-color: #C7A65F; }
a { background-color: rgb(199,166,95); }
div.DivClassName
{
background-color: #C7A65F;
}
.BgClassName
{
background-color: #C7A65F;
}
</style>
border-color css
<style>
span { border-color: #C7A65F; }
span { border-color: rgb(199,166,95); }
td.TdClassName
{
border-color: #C7A65F;
}
.TagClassName
{
border-color: #C7A65F;
}
</style>