Shades of Laser #C7A25B
Tints of Laser #C7A25B
RGB
CMYK
RGB Variations
Color information
#C7A25B (or 0xC7A25B) is known color: Laser. HEX triplet: C7, A2 and 5B. RGB value is (199,162,91). Sum of RGB (Red+Green+Blue) = 199+162+91=452 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.03% from 452); Green value is 162 (63.67% from 255 or 35.84% from 452); Blue value is 91 (35.94% from 255 or 20.13% from 452); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A25B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A25B is #385DA4. Grayscale: #A5A5A5. Windows color (decimal): -3693989 or 6005447. OLE color: 6005447.
HSL color Cylindrical-coordinate representation of color #C7A25B: hue angle of 39.44º 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 #C7A25B is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 162 | 91 | - |
| CMYK | 0 | 0.19 | 0.54 | 0.22 |
| HSL | 39.44º | 0.49% | 0.57% | - |
| HSV(B) | 39.44º | 0.54% | 0.78% | - |
| XYZ | 38.36 | 38.74 | 15.35 | - |
| YUV | 164.97 | 86.26 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 162 | 91 | 0 | 0.19 | 0.54 | 0.22 | 39.44 | 0.49 | 0.57 |
| Hex | C7 | A2 | 5B | 0 | 13 | 36 | 16 | 27 | 31 | 39 |
| Octal | 307 | 242 | 133 | 0 | 23 | 66 | 26 | 47 | 61 | 71 |
| Binary | 11000111 | 10100010 | 1011011 | 0 | 10011 | 110110 | 10110 | 100111 | 110001 | 111001 |
Color Harmonies of #C7A25B
Complementary color
Monochromatic Colors of #C7A25B
Black with #C7A25B
Text Example
Text Example
White with #C7A25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A25B; }
p { color: rgb(199,162,91); }
H1.HeaderClassName
{
color: #C7A25B;
}
.AnyTagClassName
{
color: #C7A25B;
}
</style>
background-color css
<style>
a { background-color: #C7A25B; }
a { background-color: rgb(199,162,91); }
div.DivClassName
{
background-color: #C7A25B;
}
.BgClassName
{
background-color: #C7A25B;
}
</style>
border-color css
<style>
span { border-color: #C7A25B; }
span { border-color: rgb(199,162,91); }
td.TdClassName
{
border-color: #C7A25B;
}
.TagClassName
{
border-color: #C7A25B;
}
</style>