Shades of Laser #C7A05D
Tints of Laser #C7A05D
RGB
CMYK
RGB Variations
Color information
#C7A05D (or 0xC7A05D) is known color: Laser. HEX triplet: C7, A0 and 5D. RGB value is (199,160,93). Sum of RGB (Red+Green+Blue) = 199+160+93=452 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.03% from 452); Green value is 160 (62.89% from 255 or 35.40% from 452); Blue value is 93 (36.72% from 255 or 20.58% from 452); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A05D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A05D is #385FA2. Grayscale: #A4A4A4. Windows color (decimal): -3694499 or 6136007. OLE color: 6136007.
HSL color Cylindrical-coordinate representation of color #C7A05D: hue angle of 37.92º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C7A05D is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 160 | 93 | - |
| CMYK | 0 | 0.20 | 0.53 | 0.22 |
| HSL | 37.92º | 0.49% | 0.57% | - |
| HSV(B) | 37.92º | 0.53% | 0.78% | - |
| XYZ | 38.1 | 38.07 | 15.7 | - |
| YUV | 164.02 | 87.92 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 160 | 93 | 0 | 0.20 | 0.53 | 0.22 | 37.92 | 0.49 | 0.57 |
| Hex | C7 | A0 | 5D | 0 | 14 | 35 | 16 | 26 | 31 | 39 |
| Octal | 307 | 240 | 135 | 0 | 24 | 65 | 26 | 46 | 61 | 71 |
| Binary | 11000111 | 10100000 | 1011101 | 0 | 10100 | 110101 | 10110 | 100110 | 110001 | 111001 |
Color Harmonies of #C7A05D
Complementary color
Monochromatic Colors of #C7A05D
Black with #C7A05D
Text Example
Text Example
White with #C7A05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A05D; }
p { color: rgb(199,160,93); }
H1.HeaderClassName
{
color: #C7A05D;
}
.AnyTagClassName
{
color: #C7A05D;
}
</style>
background-color css
<style>
a { background-color: #C7A05D; }
a { background-color: rgb(199,160,93); }
div.DivClassName
{
background-color: #C7A05D;
}
.BgClassName
{
background-color: #C7A05D;
}
</style>
border-color css
<style>
span { border-color: #C7A05D; }
span { border-color: rgb(199,160,93); }
td.TdClassName
{
border-color: #C7A05D;
}
.TagClassName
{
border-color: #C7A05D;
}
</style>