Shades of Laser #C8A060
Tints of Laser #C8A060
RGB
CMYK
RGB Variations
Color information
#C8A060 (or 0xC8A060) is known color: Laser. HEX triplet: C8, A0 and 60. RGB value is (200,160,96). Sum of RGB (Red+Green+Blue) = 200+160+96=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 160 (62.89% from 255 or 35.09% from 456); Blue value is 96 (37.89% from 255 or 21.05% from 456); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A060 is #375F9F. Grayscale: #A4A4A4. Windows color (decimal): -3628960 or 6332616. OLE color: 6332616.
HSL color Cylindrical-coordinate representation of color #C8A060: hue angle of 36.92º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C8A060 is Cyan = 0, Magento = 0.2, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 160 | 96 | - |
| CMYK | 0 | 0.2 | 0.52 | 0.22 |
| HSL | 36.92º | 0.49% | 0.58% | - |
| HSV(B) | 36.92º | 0.52% | 0.78% | - |
| XYZ | 38.5 | 38.27 | 16.42 | - |
| YUV | 164.66 | 89.25 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 160 | 96 | 0 | 0.2 | 0.52 | 0.22 | 36.92 | 0.49 | 0.58 |
| Hex | C8 | A0 | 60 | 0 | 14 | 34 | 16 | 25 | 31 | 3A |
| Octal | 310 | 240 | 140 | 0 | 24 | 64 | 26 | 45 | 61 | 72 |
| Binary | 11001000 | 10100000 | 1100000 | 0 | 10100 | 110100 | 10110 | 100101 | 110001 | 111010 |
Color Harmonies of #C8A060
Complementary color
Monochromatic Colors of #C8A060
Black with #C8A060
Text Example
Text Example
White with #C8A060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A060; }
p { color: rgb(200,160,96); }
H1.HeaderClassName
{
color: #C8A060;
}
.AnyTagClassName
{
color: #C8A060;
}
</style>
background-color css
<style>
a { background-color: #C8A060; }
a { background-color: rgb(200,160,96); }
div.DivClassName
{
background-color: #C8A060;
}
.BgClassName
{
background-color: #C8A060;
}
</style>
border-color css
<style>
span { border-color: #C8A060; }
span { border-color: rgb(200,160,96); }
td.TdClassName
{
border-color: #C8A060;
}
.TagClassName
{
border-color: #C8A060;
}
</style>