Shades of Laser #C7B063
Tints of Laser #C7B063
RGB
CMYK
RGB Variations
Color information
#C7B063 (or 0xC7B063) is known color: Laser. HEX triplet: C7, B0 and 63. RGB value is (199,176,99). Sum of RGB (Red+Green+Blue) = 199+176+99=474 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.98% from 474); Green value is 176 (69.14% from 255 or 37.13% from 474); Blue value is 99 (39.06% from 255 or 20.89% from 474); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7B063 is #384F9C. Grayscale: #AEAEAE. Windows color (decimal): -3690397 or 6533319. OLE color: 6533319.
HSL color Cylindrical-coordinate representation of color #C7B063: hue angle of 46.2º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C7B063 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 176 | 99 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.22 |
| HSL | 46.2º | 0.47% | 0.58% | - |
| HSV(B) | 46.2º | 0.5% | 0.78% | - |
| XYZ | 41.33 | 44.09 | 18.14 | - |
| YUV | 174.1 | 85.62 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 176 | 99 | 0 | 0.12 | 0.50 | 0.22 | 46.2 | 0.47 | 0.58 |
| Hex | C7 | B0 | 63 | 0 | C | 32 | 16 | 2E | 2F | 3A |
| Octal | 307 | 260 | 143 | 0 | 14 | 62 | 26 | 56 | 57 | 72 |
| Binary | 11000111 | 10110000 | 1100011 | 0 | 1100 | 110010 | 10110 | 101110 | 101111 | 111010 |
Color Harmonies of #C7B063
Complementary color
Monochromatic Colors of #C7B063
Black with #C7B063
Text Example
Text Example
White with #C7B063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B063; }
p { color: rgb(199,176,99); }
H1.HeaderClassName
{
color: #C7B063;
}
.AnyTagClassName
{
color: #C7B063;
}
</style>
background-color css
<style>
a { background-color: #C7B063; }
a { background-color: rgb(199,176,99); }
div.DivClassName
{
background-color: #C7B063;
}
.BgClassName
{
background-color: #C7B063;
}
</style>
border-color css
<style>
span { border-color: #C7B063; }
span { border-color: rgb(199,176,99); }
td.TdClassName
{
border-color: #C7B063;
}
.TagClassName
{
border-color: #C7B063;
}
</style>