Shades of Laser #C7B260
Tints of Laser #C7B260
RGB
CMYK
RGB Variations
Color information
#C7B260 (or 0xC7B260) is known color: Laser. HEX triplet: C7, B2 and 60. RGB value is (199,178,96). Sum of RGB (Red+Green+Blue) = 199+178+96=473 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.07% from 473); Green value is 178 (69.92% from 255 or 37.63% from 473); Blue value is 96 (37.89% from 255 or 20.30% from 473); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7B260 is #384D9F. Grayscale: #AFAFAF. Windows color (decimal): -3689888 or 6337223. OLE color: 6337223.
HSL color Cylindrical-coordinate representation of color #C7B260: hue angle of 47.77º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C7B260 is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 178 | 96 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.22 |
| HSL | 47.77º | 0.48% | 0.58% | - |
| HSV(B) | 47.77º | 0.52% | 0.78% | - |
| XYZ | 41.58 | 44.83 | 17.53 | - |
| YUV | 174.93 | 83.46 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 178 | 96 | 0 | 0.11 | 0.52 | 0.22 | 47.77 | 0.48 | 0.58 |
| Hex | C7 | B2 | 60 | 0 | B | 34 | 16 | 30 | 30 | 3A |
| Octal | 307 | 262 | 140 | 0 | 13 | 64 | 26 | 60 | 60 | 72 |
| Binary | 11000111 | 10110010 | 1100000 | 0 | 1011 | 110100 | 10110 | 110000 | 110000 | 111010 |
Color Harmonies of #C7B260
Complementary color
Monochromatic Colors of #C7B260
Black with #C7B260
Text Example
Text Example
White with #C7B260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B260; }
p { color: rgb(199,178,96); }
H1.HeaderClassName
{
color: #C7B260;
}
.AnyTagClassName
{
color: #C7B260;
}
</style>
background-color css
<style>
a { background-color: #C7B260; }
a { background-color: rgb(199,178,96); }
div.DivClassName
{
background-color: #C7B260;
}
.BgClassName
{
background-color: #C7B260;
}
</style>
border-color css
<style>
span { border-color: #C7B260; }
span { border-color: rgb(199,178,96); }
td.TdClassName
{
border-color: #C7B260;
}
.TagClassName
{
border-color: #C7B260;
}
</style>