Shades of Laser #C7B168
Tints of Laser #C7B168
RGB
CMYK
RGB Variations
Color information
#C7B168 (or 0xC7B168) is known color: Laser. HEX triplet: C7, B1 and 68. RGB value is (199,177,104). Sum of RGB (Red+Green+Blue) = 199+177+104=480 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.46% from 480); Green value is 177 (69.53% from 255 or 36.88% from 480); Blue value is 104 (41.02% from 255 or 21.67% from 480); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7B168 is #384E97. Grayscale: #AFAFAF. Windows color (decimal): -3690136 or 6861255. OLE color: 6861255.
HSL color Cylindrical-coordinate representation of color #C7B168: hue angle of 46.11º 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 #C7B168 is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 177 | 104 | - |
| CMYK | 0 | 0.11 | 0.48 | 0.22 |
| HSL | 46.11º | 0.46% | 0.59% | - |
| HSV(B) | 46.11º | 0.48% | 0.78% | - |
| XYZ | 41.77 | 44.59 | 19.5 | - |
| YUV | 175.26 | 87.79 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 177 | 104 | 0 | 0.11 | 0.48 | 0.22 | 46.11 | 0.46 | 0.59 |
| Hex | C7 | B1 | 68 | 0 | B | 30 | 16 | 2E | 2E | 3B |
| Octal | 307 | 261 | 150 | 0 | 13 | 60 | 26 | 56 | 56 | 73 |
| Binary | 11000111 | 10110001 | 1101000 | 0 | 1011 | 110000 | 10110 | 101110 | 101110 | 111011 |
Color Harmonies of #C7B168
Complementary color
Monochromatic Colors of #C7B168
Black with #C7B168
Text Example
Text Example
White with #C7B168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B168; }
p { color: rgb(199,177,104); }
H1.HeaderClassName
{
color: #C7B168;
}
.AnyTagClassName
{
color: #C7B168;
}
</style>
background-color css
<style>
a { background-color: #C7B168; }
a { background-color: rgb(199,177,104); }
div.DivClassName
{
background-color: #C7B168;
}
.BgClassName
{
background-color: #C7B168;
}
</style>
border-color css
<style>
span { border-color: #C7B168; }
span { border-color: rgb(199,177,104); }
td.TdClassName
{
border-color: #C7B168;
}
.TagClassName
{
border-color: #C7B168;
}
</style>