Shades of Laser #C8A756
Tints of Laser #C8A756
RGB
CMYK
RGB Variations
Color information
#C8A756 (or 0xC8A756) is known color: Laser. HEX triplet: C8, A7 and 56. RGB value is (200,167,86). Sum of RGB (Red+Green+Blue) = 200+167+86=453 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.15% from 453); Green value is 167 (65.62% from 255 or 36.87% from 453); Blue value is 86 (33.98% from 255 or 18.98% from 453); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A756 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A756 is #3758A9. Grayscale: #A7A7A7. Windows color (decimal): -3627178 or 5679048. OLE color: 5679048.
HSL color Cylindrical-coordinate representation of color #C8A756: hue angle of 42.63º 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 #C8A756 is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 167 | 86 | - |
| CMYK | 0 | 0.16 | 0.57 | 0.22 |
| HSL | 42.63º | 0.51% | 0.56% | - |
| HSV(B) | 42.63º | 0.57% | 0.78% | - |
| XYZ | 39.32 | 40.59 | 14.57 | - |
| YUV | 167.63 | 81.93 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 167 | 86 | 0 | 0.16 | 0.57 | 0.22 | 42.63 | 0.51 | 0.56 |
| Hex | C8 | A7 | 56 | 0 | 10 | 39 | 16 | 2B | 33 | 38 |
| Octal | 310 | 247 | 126 | 0 | 20 | 71 | 26 | 53 | 63 | 70 |
| Binary | 11001000 | 10100111 | 1010110 | 0 | 10000 | 111001 | 10110 | 101011 | 110011 | 111000 |
Color Harmonies of #C8A756
Complementary color
Monochromatic Colors of #C8A756
Black with #C8A756
Text Example
Text Example
White with #C8A756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A756; }
p { color: rgb(200,167,86); }
H1.HeaderClassName
{
color: #C8A756;
}
.AnyTagClassName
{
color: #C8A756;
}
</style>
background-color css
<style>
a { background-color: #C8A756; }
a { background-color: rgb(200,167,86); }
div.DivClassName
{
background-color: #C8A756;
}
.BgClassName
{
background-color: #C8A756;
}
</style>
border-color css
<style>
span { border-color: #C8A756; }
span { border-color: rgb(200,167,86); }
td.TdClassName
{
border-color: #C8A756;
}
.TagClassName
{
border-color: #C8A756;
}
</style>