Shades of Laser #C7B167
Tints of Laser #C7B167
RGB
CMYK
RGB Variations
Color information
#C7B167 (or 0xC7B167) is known color: Laser. HEX triplet: C7, B1 and 67. RGB value is (199,177,103). Sum of RGB (Red+Green+Blue) = 199+177+103=479 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.54% from 479); Green value is 177 (69.53% from 255 or 36.95% from 479); Blue value is 103 (40.62% from 255 or 21.50% from 479); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B167 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7B167 is #384E98. Grayscale: #AFAFAF. Windows color (decimal): -3690137 or 6795719. OLE color: 6795719.
HSL color Cylindrical-coordinate representation of color #C7B167: hue angle of 46.25º 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 #C7B167 is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 177 | 103 | - |
| CMYK | 0 | 0.11 | 0.48 | 0.22 |
| HSL | 46.25º | 0.46% | 0.59% | - |
| HSV(B) | 46.25º | 0.48% | 0.78% | - |
| XYZ | 41.72 | 44.57 | 19.23 | - |
| YUV | 175.14 | 87.29 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 177 | 103 | 0 | 0.11 | 0.48 | 0.22 | 46.25 | 0.46 | 0.59 |
| Hex | C7 | B1 | 67 | 0 | B | 30 | 16 | 2E | 2E | 3B |
| Octal | 307 | 261 | 147 | 0 | 13 | 60 | 26 | 56 | 56 | 73 |
| Binary | 11000111 | 10110001 | 1100111 | 0 | 1011 | 110000 | 10110 | 101110 | 101110 | 111011 |
Color Harmonies of #C7B167
Complementary color
Monochromatic Colors of #C7B167
Black with #C7B167
Text Example
Text Example
White with #C7B167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B167; }
p { color: rgb(199,177,103); }
H1.HeaderClassName
{
color: #C7B167;
}
.AnyTagClassName
{
color: #C7B167;
}
</style>
background-color css
<style>
a { background-color: #C7B167; }
a { background-color: rgb(199,177,103); }
div.DivClassName
{
background-color: #C7B167;
}
.BgClassName
{
background-color: #C7B167;
}
</style>
border-color css
<style>
span { border-color: #C7B167; }
span { border-color: rgb(199,177,103); }
td.TdClassName
{
border-color: #C7B167;
}
.TagClassName
{
border-color: #C7B167;
}
</style>