Shades of Laser #C7B068
Tints of Laser #C7B068
RGB
CMYK
RGB Variations
Color information
#C7B068 (or 0xC7B068) is known color: Laser. HEX triplet: C7, B0 and 68. RGB value is (199,176,104). Sum of RGB (Red+Green+Blue) = 199+176+104=479 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.54% from 479); Green value is 176 (69.14% from 255 or 36.74% from 479); Blue value is 104 (41.02% from 255 or 21.71% from 479); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B068 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7B068 is #384F97. Grayscale: #AEAEAE. Windows color (decimal): -3690392 or 6860999. OLE color: 6860999.
HSL color Cylindrical-coordinate representation of color #C7B068: hue angle of 45.47º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C7B068 is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 176 | 104 | - |
| CMYK | 0 | 0.12 | 0.48 | 0.22 |
| HSL | 45.47º | 0.46% | 0.59% | - |
| HSV(B) | 45.47º | 0.48% | 0.78% | - |
| XYZ | 41.58 | 44.19 | 19.44 | - |
| YUV | 174.67 | 88.12 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 176 | 104 | 0 | 0.12 | 0.48 | 0.22 | 45.47 | 0.46 | 0.59 |
| Hex | C7 | B0 | 68 | 0 | C | 30 | 16 | 2D | 2E | 3B |
| Octal | 307 | 260 | 150 | 0 | 14 | 60 | 26 | 55 | 56 | 73 |
| Binary | 11000111 | 10110000 | 1101000 | 0 | 1100 | 110000 | 10110 | 101101 | 101110 | 111011 |
Color Harmonies of #C7B068
Complementary color
Monochromatic Colors of #C7B068
Black with #C7B068
Text Example
Text Example
White with #C7B068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B068; }
p { color: rgb(199,176,104); }
H1.HeaderClassName
{
color: #C7B068;
}
.AnyTagClassName
{
color: #C7B068;
}
</style>
background-color css
<style>
a { background-color: #C7B068; }
a { background-color: rgb(199,176,104); }
div.DivClassName
{
background-color: #C7B068;
}
.BgClassName
{
background-color: #C7B068;
}
</style>
border-color css
<style>
span { border-color: #C7B068; }
span { border-color: rgb(199,176,104); }
td.TdClassName
{
border-color: #C7B068;
}
.TagClassName
{
border-color: #C7B068;
}
</style>