Shades of Laser #C8A156
Tints of Laser #C8A156
RGB
CMYK
RGB Variations
Color information
#C8A156 (or 0xC8A156) is known color: Laser. HEX triplet: C8, A1 and 56. RGB value is (200,161,86). Sum of RGB (Red+Green+Blue) = 200+161+86=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 161 (63.28% from 255 or 36.02% from 447); Blue value is 86 (33.98% from 255 or 19.24% from 447); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A156 is #375EA9. Grayscale: #A4A4A4. Windows color (decimal): -3628714 or 5677512. OLE color: 5677512.
HSL color Cylindrical-coordinate representation of color #C8A156: hue angle of 39.47º 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 #C8A156 is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 161 | 86 | - |
| CMYK | 0 | 0.19 | 0.57 | 0.22 |
| HSL | 39.47º | 0.51% | 0.56% | - |
| HSV(B) | 39.47º | 0.57% | 0.78% | - |
| XYZ | 38.24 | 38.44 | 14.21 | - |
| YUV | 164.11 | 83.92 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 161 | 86 | 0 | 0.19 | 0.57 | 0.22 | 39.47 | 0.51 | 0.56 |
| Hex | C8 | A1 | 56 | 0 | 13 | 39 | 16 | 27 | 33 | 38 |
| Octal | 310 | 241 | 126 | 0 | 23 | 71 | 26 | 47 | 63 | 70 |
| Binary | 11001000 | 10100001 | 1010110 | 0 | 10011 | 111001 | 10110 | 100111 | 110011 | 111000 |
Color Harmonies of #C8A156
Complementary color
Monochromatic Colors of #C8A156
Black with #C8A156
Text Example
Text Example
White with #C8A156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A156; }
p { color: rgb(200,161,86); }
H1.HeaderClassName
{
color: #C8A156;
}
.AnyTagClassName
{
color: #C8A156;
}
</style>
background-color css
<style>
a { background-color: #C8A156; }
a { background-color: rgb(200,161,86); }
div.DivClassName
{
background-color: #C8A156;
}
.BgClassName
{
background-color: #C8A156;
}
</style>
border-color css
<style>
span { border-color: #C8A156; }
span { border-color: rgb(200,161,86); }
td.TdClassName
{
border-color: #C8A156;
}
.TagClassName
{
border-color: #C8A156;
}
</style>