Shades of Laser #C7A868
Tints of Laser #C7A868
RGB
CMYK
RGB Variations
Color information
#C7A868 (or 0xC7A868) is known color: Laser. HEX triplet: C7, A8 and 68. RGB value is (199,168,104). Sum of RGB (Red+Green+Blue) = 199+168+104=471 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.25% from 471); Green value is 168 (66.02% from 255 or 35.67% from 471); Blue value is 104 (41.02% from 255 or 22.08% from 471); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A868 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A868 is #385797. Grayscale: #AAAAAA. Windows color (decimal): -3692440 or 6858951. OLE color: 6858951.
HSL color Cylindrical-coordinate representation of color #C7A868: hue angle of 40.42º 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 #C7A868 is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 168 | 104 | - |
| CMYK | 0 | 0.16 | 0.48 | 0.22 |
| HSL | 40.42º | 0.46% | 0.59% | - |
| HSV(B) | 40.42º | 0.48% | 0.78% | - |
| XYZ | 40.05 | 41.15 | 18.93 | - |
| YUV | 169.97 | 90.77 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 168 | 104 | 0 | 0.16 | 0.48 | 0.22 | 40.42 | 0.46 | 0.59 |
| Hex | C7 | A8 | 68 | 0 | 10 | 30 | 16 | 28 | 2E | 3B |
| Octal | 307 | 250 | 150 | 0 | 20 | 60 | 26 | 50 | 56 | 73 |
| Binary | 11000111 | 10101000 | 1101000 | 0 | 10000 | 110000 | 10110 | 101000 | 101110 | 111011 |
Color Harmonies of #C7A868
Complementary color
Monochromatic Colors of #C7A868
Black with #C7A868
Text Example
Text Example
White with #C7A868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A868; }
p { color: rgb(199,168,104); }
H1.HeaderClassName
{
color: #C7A868;
}
.AnyTagClassName
{
color: #C7A868;
}
</style>
background-color css
<style>
a { background-color: #C7A868; }
a { background-color: rgb(199,168,104); }
div.DivClassName
{
background-color: #C7A868;
}
.BgClassName
{
background-color: #C7A868;
}
</style>
border-color css
<style>
span { border-color: #C7A868; }
span { border-color: rgb(199,168,104); }
td.TdClassName
{
border-color: #C7A868;
}
.TagClassName
{
border-color: #C7A868;
}
</style>