Shades of Laser #C7B065
Tints of Laser #C7B065
RGB
CMYK
RGB Variations
Color information
#C7B065 (or 0xC7B065) is known color: Laser. HEX triplet: C7, B0 and 65. RGB value is (199,176,101). Sum of RGB (Red+Green+Blue) = 199+176+101=476 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.81% from 476); Green value is 176 (69.14% from 255 or 36.97% from 476); Blue value is 101 (39.84% from 255 or 21.22% from 476); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7B065 is #384F9A. Grayscale: #AEAEAE. Windows color (decimal): -3690395 or 6664391. OLE color: 6664391.
HSL color Cylindrical-coordinate representation of color #C7B065: hue angle of 45.92º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C7B065 is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 176 | 101 | - |
| CMYK | 0 | 0.12 | 0.49 | 0.22 |
| HSL | 45.92º | 0.47% | 0.59% | - |
| HSV(B) | 45.92º | 0.49% | 0.78% | - |
| XYZ | 41.43 | 44.13 | 18.65 | - |
| YUV | 174.33 | 86.62 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 176 | 101 | 0 | 0.12 | 0.49 | 0.22 | 45.92 | 0.47 | 0.59 |
| Hex | C7 | B0 | 65 | 0 | C | 31 | 16 | 2E | 2F | 3B |
| Octal | 307 | 260 | 145 | 0 | 14 | 61 | 26 | 56 | 57 | 73 |
| Binary | 11000111 | 10110000 | 1100101 | 0 | 1100 | 110001 | 10110 | 101110 | 101111 | 111011 |
Color Harmonies of #C7B065
Complementary color
Monochromatic Colors of #C7B065
Black with #C7B065
Text Example
Text Example
White with #C7B065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B065; }
p { color: rgb(199,176,101); }
H1.HeaderClassName
{
color: #C7B065;
}
.AnyTagClassName
{
color: #C7B065;
}
</style>
background-color css
<style>
a { background-color: #C7B065; }
a { background-color: rgb(199,176,101); }
div.DivClassName
{
background-color: #C7B065;
}
.BgClassName
{
background-color: #C7B065;
}
</style>
border-color css
<style>
span { border-color: #C7B065; }
span { border-color: rgb(199,176,101); }
td.TdClassName
{
border-color: #C7B065;
}
.TagClassName
{
border-color: #C7B065;
}
</style>