Shades of Laser #C8A856
Tints of Laser #C8A856
RGB
CMYK
RGB Variations
Color information
#C8A856 (or 0xC8A856) is known color: Laser. HEX triplet: C8, A8 and 56. RGB value is (200,168,86). Sum of RGB (Red+Green+Blue) = 200+168+86=454 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.05% from 454); Green value is 168 (66.02% from 255 or 37.00% from 454); Blue value is 86 (33.98% from 255 or 18.94% from 454); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A856 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A856 is #3757A9. Grayscale: #A8A8A8. Windows color (decimal): -3626922 or 5679304. OLE color: 5679304.
HSL color Cylindrical-coordinate representation of color #C8A856: hue angle of 43.16º 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 #C8A856 is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 168 | 86 | - |
| CMYK | 0 | 0.16 | 0.57 | 0.22 |
| HSL | 43.16º | 0.51% | 0.56% | - |
| HSV(B) | 43.16º | 0.57% | 0.78% | - |
| XYZ | 39.5 | 40.96 | 14.63 | - |
| YUV | 168.22 | 81.6 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 168 | 86 | 0 | 0.16 | 0.57 | 0.22 | 43.16 | 0.51 | 0.56 |
| Hex | C8 | A8 | 56 | 0 | 10 | 39 | 16 | 2B | 33 | 38 |
| Octal | 310 | 250 | 126 | 0 | 20 | 71 | 26 | 53 | 63 | 70 |
| Binary | 11001000 | 10101000 | 1010110 | 0 | 10000 | 111001 | 10110 | 101011 | 110011 | 111000 |
Color Harmonies of #C8A856
Complementary color
Monochromatic Colors of #C8A856
Black with #C8A856
Text Example
Text Example
White with #C8A856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A856; }
p { color: rgb(200,168,86); }
H1.HeaderClassName
{
color: #C8A856;
}
.AnyTagClassName
{
color: #C8A856;
}
</style>
background-color css
<style>
a { background-color: #C8A856; }
a { background-color: rgb(200,168,86); }
div.DivClassName
{
background-color: #C8A856;
}
.BgClassName
{
background-color: #C8A856;
}
</style>
border-color css
<style>
span { border-color: #C8A856; }
span { border-color: rgb(200,168,86); }
td.TdClassName
{
border-color: #C8A856;
}
.TagClassName
{
border-color: #C8A856;
}
</style>