Shades of Laser #C7A464
Tints of Laser #C7A464
RGB
CMYK
RGB Variations
Color information
#C7A464 (or 0xC7A464) is known color: Laser. HEX triplet: C7, A4 and 64. RGB value is (199,164,100). Sum of RGB (Red+Green+Blue) = 199+164+100=463 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.98% from 463); Green value is 164 (64.45% from 255 or 35.42% from 463); Blue value is 100 (39.45% from 255 or 21.60% from 463); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A464 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A464 is #385B9B. Grayscale: #A7A7A7. Windows color (decimal): -3693468 or 6595783. OLE color: 6595783.
HSL color Cylindrical-coordinate representation of color #C7A464: hue angle of 38.79º 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 #C7A464 is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 164 | 100 | - |
| CMYK | 0 | 0.18 | 0.50 | 0.22 |
| HSL | 38.79º | 0.47% | 0.59% | - |
| HSV(B) | 38.79º | 0.5% | 0.78% | - |
| XYZ | 39.13 | 39.61 | 17.64 | - |
| YUV | 167.17 | 90.1 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 164 | 100 | 0 | 0.18 | 0.50 | 0.22 | 38.79 | 0.47 | 0.59 |
| Hex | C7 | A4 | 64 | 0 | 12 | 32 | 16 | 27 | 2F | 3B |
| Octal | 307 | 244 | 144 | 0 | 22 | 62 | 26 | 47 | 57 | 73 |
| Binary | 11000111 | 10100100 | 1100100 | 0 | 10010 | 110010 | 10110 | 100111 | 101111 | 111011 |
Color Harmonies of #C7A464
Complementary color
Monochromatic Colors of #C7A464
Black with #C7A464
Text Example
Text Example
White with #C7A464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A464; }
p { color: rgb(199,164,100); }
H1.HeaderClassName
{
color: #C7A464;
}
.AnyTagClassName
{
color: #C7A464;
}
</style>
background-color css
<style>
a { background-color: #C7A464; }
a { background-color: rgb(199,164,100); }
div.DivClassName
{
background-color: #C7A464;
}
.BgClassName
{
background-color: #C7A464;
}
</style>
border-color css
<style>
span { border-color: #C7A464; }
span { border-color: rgb(199,164,100); }
td.TdClassName
{
border-color: #C7A464;
}
.TagClassName
{
border-color: #C7A464;
}
</style>