Shades of Laser #C8A256
Tints of Laser #C8A256
RGB
CMYK
RGB Variations
Color information
#C8A256 (or 0xC8A256) is known color: Laser. HEX triplet: C8, A2 and 56. RGB value is (200,162,86). Sum of RGB (Red+Green+Blue) = 200+162+86=448 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.64% from 448); Green value is 162 (63.67% from 255 or 36.16% from 448); Blue value is 86 (33.98% from 255 or 19.20% from 448); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A256 is #375DA9. Grayscale: #A5A5A5. Windows color (decimal): -3628458 or 5677768. OLE color: 5677768.
HSL color Cylindrical-coordinate representation of color #C8A256: hue angle of 40º 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 #C8A256 is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 162 | 86 | - |
| CMYK | 0 | 0.19 | 0.57 | 0.22 |
| HSL | 40º | 0.51% | 0.56% | - |
| HSV(B) | 40º | 0.57% | 0.78% | - |
| XYZ | 38.42 | 38.79 | 14.27 | - |
| YUV | 164.7 | 83.59 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 162 | 86 | 0 | 0.19 | 0.57 | 0.22 | 40 | 0.51 | 0.56 |
| Hex | C8 | A2 | 56 | 0 | 13 | 39 | 16 | 28 | 33 | 38 |
| Octal | 310 | 242 | 126 | 0 | 23 | 71 | 26 | 50 | 63 | 70 |
| Binary | 11001000 | 10100010 | 1010110 | 0 | 10011 | 111001 | 10110 | 101000 | 110011 | 111000 |
Color Harmonies of #C8A256
Complementary color
Monochromatic Colors of #C8A256
Black with #C8A256
Text Example
Text Example
White with #C8A256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A256; }
p { color: rgb(200,162,86); }
H1.HeaderClassName
{
color: #C8A256;
}
.AnyTagClassName
{
color: #C8A256;
}
</style>
background-color css
<style>
a { background-color: #C8A256; }
a { background-color: rgb(200,162,86); }
div.DivClassName
{
background-color: #C8A256;
}
.BgClassName
{
background-color: #C8A256;
}
</style>
border-color css
<style>
span { border-color: #C8A256; }
span { border-color: rgb(200,162,86); }
td.TdClassName
{
border-color: #C8A256;
}
.TagClassName
{
border-color: #C8A256;
}
</style>