Shades of Laser #C7A562
Tints of Laser #C7A562
RGB
CMYK
RGB Variations
Color information
#C7A562 (or 0xC7A562) is known color: Laser. HEX triplet: C7, A5 and 62. RGB value is (199,165,98). Sum of RGB (Red+Green+Blue) = 199+165+98=462 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.07% from 462); Green value is 165 (64.84% from 255 or 35.71% from 462); Blue value is 98 (38.67% from 255 or 21.21% from 462); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A562 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A562 is #385A9D. Grayscale: #A7A7A7. Windows color (decimal): -3693214 or 6464967. OLE color: 6464967.
HSL color Cylindrical-coordinate representation of color #C7A562: hue angle of 39.8º 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 #C7A562 is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 165 | 98 | - |
| CMYK | 0 | 0.17 | 0.51 | 0.22 |
| HSL | 39.8º | 0.47% | 0.58% | - |
| HSV(B) | 39.8º | 0.51% | 0.78% | - |
| XYZ | 39.21 | 39.93 | 17.2 | - |
| YUV | 167.53 | 88.76 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 165 | 98 | 0 | 0.17 | 0.51 | 0.22 | 39.8 | 0.47 | 0.58 |
| Hex | C7 | A5 | 62 | 0 | 11 | 33 | 16 | 28 | 2F | 3A |
| Octal | 307 | 245 | 142 | 0 | 21 | 63 | 26 | 50 | 57 | 72 |
| Binary | 11000111 | 10100101 | 1100010 | 0 | 10001 | 110011 | 10110 | 101000 | 101111 | 111010 |
Color Harmonies of #C7A562
Complementary color
Monochromatic Colors of #C7A562
Black with #C7A562
Text Example
Text Example
White with #C7A562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A562; }
p { color: rgb(199,165,98); }
H1.HeaderClassName
{
color: #C7A562;
}
.AnyTagClassName
{
color: #C7A562;
}
</style>
background-color css
<style>
a { background-color: #C7A562; }
a { background-color: rgb(199,165,98); }
div.DivClassName
{
background-color: #C7A562;
}
.BgClassName
{
background-color: #C7A562;
}
</style>
border-color css
<style>
span { border-color: #C7A562; }
span { border-color: rgb(199,165,98); }
td.TdClassName
{
border-color: #C7A562;
}
.TagClassName
{
border-color: #C7A562;
}
</style>