Shades of Laser #C8A056
Tints of Laser #C8A056
RGB
CMYK
RGB Variations
Color information
#C8A056 (or 0xC8A056) is known color: Laser. HEX triplet: C8, A0 and 56. RGB value is (200,160,86). Sum of RGB (Red+Green+Blue) = 200+160+86=446 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.84% from 446); Green value is 160 (62.89% from 255 or 35.87% from 446); Blue value is 86 (33.98% from 255 or 19.28% from 446); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A056 is #375FA9. Grayscale: #A3A3A3. Windows color (decimal): -3628970 or 5677256. OLE color: 5677256.
HSL color Cylindrical-coordinate representation of color #C8A056: hue angle of 38.95º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C8A056 is Cyan = 0, Magento = 0.2, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 160 | 86 | - |
| CMYK | 0 | 0.2 | 0.57 | 0.22 |
| HSL | 38.95º | 0.51% | 0.56% | - |
| HSV(B) | 38.95º | 0.57% | 0.78% | - |
| XYZ | 38.07 | 38.09 | 14.15 | - |
| YUV | 163.52 | 84.25 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 160 | 86 | 0 | 0.2 | 0.57 | 0.22 | 38.95 | 0.51 | 0.56 |
| Hex | C8 | A0 | 56 | 0 | 14 | 39 | 16 | 27 | 33 | 38 |
| Octal | 310 | 240 | 126 | 0 | 24 | 71 | 26 | 47 | 63 | 70 |
| Binary | 11001000 | 10100000 | 1010110 | 0 | 10100 | 111001 | 10110 | 100111 | 110011 | 111000 |
Color Harmonies of #C8A056
Complementary color
Monochromatic Colors of #C8A056
Black with #C8A056
Text Example
Text Example
White with #C8A056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A056; }
p { color: rgb(200,160,86); }
H1.HeaderClassName
{
color: #C8A056;
}
.AnyTagClassName
{
color: #C8A056;
}
</style>
background-color css
<style>
a { background-color: #C8A056; }
a { background-color: rgb(200,160,86); }
div.DivClassName
{
background-color: #C8A056;
}
.BgClassName
{
background-color: #C8A056;
}
</style>
border-color css
<style>
span { border-color: #C8A056; }
span { border-color: rgb(200,160,86); }
td.TdClassName
{
border-color: #C8A056;
}
.TagClassName
{
border-color: #C8A056;
}
</style>