Shades of Laser #C7A15B
Tints of Laser #C7A15B
RGB
CMYK
RGB Variations
Color information
#C7A15B (or 0xC7A15B) is known color: Laser. HEX triplet: C7, A1 and 5B. RGB value is (199,161,91). Sum of RGB (Red+Green+Blue) = 199+161+91=451 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.12% from 451); Green value is 161 (63.28% from 255 or 35.70% from 451); Blue value is 91 (35.94% from 255 or 20.18% from 451); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A15B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A15B is #385EA4. Grayscale: #A4A4A4. Windows color (decimal): -3694245 or 6005191. OLE color: 6005191.
HSL color Cylindrical-coordinate representation of color #C7A15B: hue angle of 38.89º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C7A15B is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 161 | 91 | - |
| CMYK | 0 | 0.19 | 0.54 | 0.22 |
| HSL | 38.89º | 0.49% | 0.57% | - |
| HSV(B) | 38.89º | 0.54% | 0.78% | - |
| XYZ | 38.19 | 38.39 | 15.29 | - |
| YUV | 164.38 | 86.59 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 161 | 91 | 0 | 0.19 | 0.54 | 0.22 | 38.89 | 0.49 | 0.57 |
| Hex | C7 | A1 | 5B | 0 | 13 | 36 | 16 | 27 | 31 | 39 |
| Octal | 307 | 241 | 133 | 0 | 23 | 66 | 26 | 47 | 61 | 71 |
| Binary | 11000111 | 10100001 | 1011011 | 0 | 10011 | 110110 | 10110 | 100111 | 110001 | 111001 |
Color Harmonies of #C7A15B
Complementary color
Monochromatic Colors of #C7A15B
Black with #C7A15B
Text Example
Text Example
White with #C7A15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A15B; }
p { color: rgb(199,161,91); }
H1.HeaderClassName
{
color: #C7A15B;
}
.AnyTagClassName
{
color: #C7A15B;
}
</style>
background-color css
<style>
a { background-color: #C7A15B; }
a { background-color: rgb(199,161,91); }
div.DivClassName
{
background-color: #C7A15B;
}
.BgClassName
{
background-color: #C7A15B;
}
</style>
border-color css
<style>
span { border-color: #C7A15B; }
span { border-color: rgb(199,161,91); }
td.TdClassName
{
border-color: #C7A15B;
}
.TagClassName
{
border-color: #C7A15B;
}
</style>