Shades of Laser #C7A15D
Tints of Laser #C7A15D
RGB
CMYK
RGB Variations
Color information
#C7A15D (or 0xC7A15D) is known color: Laser. HEX triplet: C7, A1 and 5D. RGB value is (199,161,93). Sum of RGB (Red+Green+Blue) = 199+161+93=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 161 (63.28% from 255 or 35.54% from 453); Blue value is 93 (36.72% from 255 or 20.53% from 453); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A15D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A15D is #385EA2. Grayscale: #A4A4A4. Windows color (decimal): -3694243 or 6136263. OLE color: 6136263.
HSL color Cylindrical-coordinate representation of color #C7A15D: hue angle of 38.49º 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 #C7A15D is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 161 | 93 | - |
| CMYK | 0 | 0.19 | 0.53 | 0.22 |
| HSL | 38.49º | 0.49% | 0.57% | - |
| HSV(B) | 38.49º | 0.53% | 0.78% | - |
| XYZ | 38.27 | 38.42 | 15.75 | - |
| YUV | 164.61 | 87.59 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 161 | 93 | 0 | 0.19 | 0.53 | 0.22 | 38.49 | 0.49 | 0.57 |
| Hex | C7 | A1 | 5D | 0 | 13 | 35 | 16 | 26 | 31 | 39 |
| Octal | 307 | 241 | 135 | 0 | 23 | 65 | 26 | 46 | 61 | 71 |
| Binary | 11000111 | 10100001 | 1011101 | 0 | 10011 | 110101 | 10110 | 100110 | 110001 | 111001 |
Color Harmonies of #C7A15D
Complementary color
Monochromatic Colors of #C7A15D
Black with #C7A15D
Text Example
Text Example
White with #C7A15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A15D; }
p { color: rgb(199,161,93); }
H1.HeaderClassName
{
color: #C7A15D;
}
.AnyTagClassName
{
color: #C7A15D;
}
</style>
background-color css
<style>
a { background-color: #C7A15D; }
a { background-color: rgb(199,161,93); }
div.DivClassName
{
background-color: #C7A15D;
}
.BgClassName
{
background-color: #C7A15D;
}
</style>
border-color css
<style>
span { border-color: #C7A15D; }
span { border-color: rgb(199,161,93); }
td.TdClassName
{
border-color: #C7A15D;
}
.TagClassName
{
border-color: #C7A15D;
}
</style>