Shades of Laser #C7A755
Tints of Laser #C7A755
RGB
CMYK
RGB Variations
Color information
#C7A755 (or 0xC7A755) is known color: Laser. HEX triplet: C7, A7 and 55. RGB value is (199,167,85). Sum of RGB (Red+Green+Blue) = 199+167+85=451 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.12% from 451); Green value is 167 (65.62% from 255 or 37.03% from 451); Blue value is 85 (33.59% from 255 or 18.85% from 451); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A755 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A755 is #3858AA. Grayscale: #A7A7A7. Windows color (decimal): -3692715 or 5613511. OLE color: 5613511.
HSL color Cylindrical-coordinate representation of color #C7A755: hue angle of 43.16º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C7A755 is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 167 | 85 | - |
| CMYK | 0 | 0.16 | 0.57 | 0.22 |
| HSL | 43.16º | 0.5% | 0.56% | - |
| HSV(B) | 43.16º | 0.57% | 0.78% | - |
| XYZ | 39.01 | 40.44 | 14.34 | - |
| YUV | 167.22 | 81.6 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 167 | 85 | 0 | 0.16 | 0.57 | 0.22 | 43.16 | 0.5 | 0.56 |
| Hex | C7 | A7 | 55 | 0 | 10 | 39 | 16 | 2B | 32 | 38 |
| Octal | 307 | 247 | 125 | 0 | 20 | 71 | 26 | 53 | 62 | 70 |
| Binary | 11000111 | 10100111 | 1010101 | 0 | 10000 | 111001 | 10110 | 101011 | 110010 | 111000 |
Color Harmonies of #C7A755
Complementary color
Monochromatic Colors of #C7A755
Black with #C7A755
Text Example
Text Example
White with #C7A755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A755; }
p { color: rgb(199,167,85); }
H1.HeaderClassName
{
color: #C7A755;
}
.AnyTagClassName
{
color: #C7A755;
}
</style>
background-color css
<style>
a { background-color: #C7A755; }
a { background-color: rgb(199,167,85); }
div.DivClassName
{
background-color: #C7A755;
}
.BgClassName
{
background-color: #C7A755;
}
</style>
border-color css
<style>
span { border-color: #C7A755; }
span { border-color: rgb(199,167,85); }
td.TdClassName
{
border-color: #C7A755;
}
.TagClassName
{
border-color: #C7A755;
}
</style>