Shades of Laser #C7A65D
Tints of Laser #C7A65D
RGB
CMYK
RGB Variations
Color information
#C7A65D (or 0xC7A65D) is known color: Laser. HEX triplet: C7, A6 and 5D. RGB value is (199,166,93). Sum of RGB (Red+Green+Blue) = 199+166+93=458 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.45% from 458); Green value is 166 (65.23% from 255 or 36.24% from 458); Blue value is 93 (36.72% from 255 or 20.31% from 458); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A65D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A65D is #3859A2. Grayscale: #A7A7A7. Windows color (decimal): -3692963 or 6137543. OLE color: 6137543.
HSL color Cylindrical-coordinate representation of color #C7A65D: hue angle of 41.32º 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 #C7A65D is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 166 | 93 | - |
| CMYK | 0 | 0.17 | 0.53 | 0.22 |
| HSL | 41.32º | 0.49% | 0.57% | - |
| HSV(B) | 41.32º | 0.53% | 0.78% | - |
| XYZ | 39.17 | 40.2 | 16.05 | - |
| YUV | 167.55 | 85.93 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 166 | 93 | 0 | 0.17 | 0.53 | 0.22 | 41.32 | 0.49 | 0.57 |
| Hex | C7 | A6 | 5D | 0 | 11 | 35 | 16 | 29 | 31 | 39 |
| Octal | 307 | 246 | 135 | 0 | 21 | 65 | 26 | 51 | 61 | 71 |
| Binary | 11000111 | 10100110 | 1011101 | 0 | 10001 | 110101 | 10110 | 101001 | 110001 | 111001 |
Color Harmonies of #C7A65D
Complementary color
Monochromatic Colors of #C7A65D
Black with #C7A65D
Text Example
Text Example
White with #C7A65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A65D; }
p { color: rgb(199,166,93); }
H1.HeaderClassName
{
color: #C7A65D;
}
.AnyTagClassName
{
color: #C7A65D;
}
</style>
background-color css
<style>
a { background-color: #C7A65D; }
a { background-color: rgb(199,166,93); }
div.DivClassName
{
background-color: #C7A65D;
}
.BgClassName
{
background-color: #C7A65D;
}
</style>
border-color css
<style>
span { border-color: #C7A65D; }
span { border-color: rgb(199,166,93); }
td.TdClassName
{
border-color: #C7A65D;
}
.TagClassName
{
border-color: #C7A65D;
}
</style>