Shades of Laser #C8A861
Tints of Laser #C8A861
RGB
CMYK
RGB Variations
Color information
#C8A861 (or 0xC8A861) is known color: Laser. HEX triplet: C8, A8 and 61. RGB value is (200,168,97). Sum of RGB (Red+Green+Blue) = 200+168+97=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 168 (66.02% from 255 or 36.13% from 465); Blue value is 97 (38.28% from 255 or 20.86% from 465); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A861 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A861 is #37579E. Grayscale: #A9A9A9. Windows color (decimal): -3626911 or 6400200. OLE color: 6400200.
HSL color Cylindrical-coordinate representation of color #C8A861: hue angle of 41.36º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C8A861 is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 168 | 97 | - |
| CMYK | 0 | 0.16 | 0.52 | 0.22 |
| HSL | 41.36º | 0.48% | 0.58% | - |
| HSV(B) | 41.36º | 0.52% | 0.78% | - |
| XYZ | 39.98 | 41.15 | 17.14 | - |
| YUV | 169.47 | 87.1 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 168 | 97 | 0 | 0.16 | 0.52 | 0.22 | 41.36 | 0.48 | 0.58 |
| Hex | C8 | A8 | 61 | 0 | 10 | 34 | 16 | 29 | 30 | 3A |
| Octal | 310 | 250 | 141 | 0 | 20 | 64 | 26 | 51 | 60 | 72 |
| Binary | 11001000 | 10101000 | 1100001 | 0 | 10000 | 110100 | 10110 | 101001 | 110000 | 111010 |
Color Harmonies of #C8A861
Complementary color
Monochromatic Colors of #C8A861
Black with #C8A861
Text Example
Text Example
White with #C8A861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A861; }
p { color: rgb(200,168,97); }
H1.HeaderClassName
{
color: #C8A861;
}
.AnyTagClassName
{
color: #C8A861;
}
</style>
background-color css
<style>
a { background-color: #C8A861; }
a { background-color: rgb(200,168,97); }
div.DivClassName
{
background-color: #C8A861;
}
.BgClassName
{
background-color: #C8A861;
}
</style>
border-color css
<style>
span { border-color: #C8A861; }
span { border-color: rgb(200,168,97); }
td.TdClassName
{
border-color: #C8A861;
}
.TagClassName
{
border-color: #C8A861;
}
</style>