Shades of Laser #C7B361
Tints of Laser #C7B361
RGB
CMYK
RGB Variations
Color information
#C7B361 (or 0xC7B361) is known color: Laser. HEX triplet: C7, B3 and 61. RGB value is (199,179,97). Sum of RGB (Red+Green+Blue) = 199+179+97=475 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.89% from 475); Green value is 179 (70.31% from 255 or 37.68% from 475); Blue value is 97 (38.28% from 255 or 20.42% from 475); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B361 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B361 is #384C9E. Grayscale: #AFAFAF. Windows color (decimal): -3689631 or 6403015. OLE color: 6403015.
HSL color Cylindrical-coordinate representation of color #C7B361: hue angle of 48.24º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C7B361 is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 179 | 97 | - |
| CMYK | 0 | 0.10 | 0.51 | 0.22 |
| HSL | 48.24º | 0.48% | 0.58% | - |
| HSV(B) | 48.24º | 0.51% | 0.78% | - |
| XYZ | 41.83 | 45.25 | 17.84 | - |
| YUV | 175.63 | 83.63 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 179 | 97 | 0 | 0.10 | 0.51 | 0.22 | 48.24 | 0.48 | 0.58 |
| Hex | C7 | B3 | 61 | 0 | A | 33 | 16 | 30 | 30 | 3A |
| Octal | 307 | 263 | 141 | 0 | 12 | 63 | 26 | 60 | 60 | 72 |
| Binary | 11000111 | 10110011 | 1100001 | 0 | 1010 | 110011 | 10110 | 110000 | 110000 | 111010 |
Color Harmonies of #C7B361
Complementary color
Monochromatic Colors of #C7B361
Black with #C7B361
Text Example
Text Example
White with #C7B361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B361; }
p { color: rgb(199,179,97); }
H1.HeaderClassName
{
color: #C7B361;
}
.AnyTagClassName
{
color: #C7B361;
}
</style>
background-color css
<style>
a { background-color: #C7B361; }
a { background-color: rgb(199,179,97); }
div.DivClassName
{
background-color: #C7B361;
}
.BgClassName
{
background-color: #C7B361;
}
</style>
border-color css
<style>
span { border-color: #C7B361; }
span { border-color: rgb(199,179,97); }
td.TdClassName
{
border-color: #C7B361;
}
.TagClassName
{
border-color: #C7B361;
}
</style>