Shades of Laser #C8A863
Tints of Laser #C8A863
RGB
CMYK
RGB Variations
Color information
#C8A863 (or 0xC8A863) is known color: Laser. HEX triplet: C8, A8 and 63. RGB value is (200,168,99). Sum of RGB (Red+Green+Blue) = 200+168+99=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 168 (66.02% from 255 or 35.97% from 467); Blue value is 99 (39.06% from 255 or 21.20% from 467); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A863 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A863 is #37579C. Grayscale: #AAAAAA. Windows color (decimal): -3626909 or 6531272. OLE color: 6531272.
HSL color Cylindrical-coordinate representation of color #C8A863: hue angle of 40.99º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C8A863 is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 168 | 99 | - |
| CMYK | 0 | 0.16 | 0.50 | 0.22 |
| HSL | 40.99º | 0.48% | 0.59% | - |
| HSV(B) | 40.99º | 0.51% | 0.78% | - |
| XYZ | 40.07 | 41.19 | 17.64 | - |
| YUV | 169.7 | 88.1 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 168 | 99 | 0 | 0.16 | 0.50 | 0.22 | 40.99 | 0.48 | 0.59 |
| Hex | C8 | A8 | 63 | 0 | 10 | 32 | 16 | 29 | 30 | 3B |
| Octal | 310 | 250 | 143 | 0 | 20 | 62 | 26 | 51 | 60 | 73 |
| Binary | 11001000 | 10101000 | 1100011 | 0 | 10000 | 110010 | 10110 | 101001 | 110000 | 111011 |
Color Harmonies of #C8A863
Complementary color
Monochromatic Colors of #C8A863
Black with #C8A863
Text Example
Text Example
White with #C8A863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A863; }
p { color: rgb(200,168,99); }
H1.HeaderClassName
{
color: #C8A863;
}
.AnyTagClassName
{
color: #C8A863;
}
</style>
background-color css
<style>
a { background-color: #C8A863; }
a { background-color: rgb(200,168,99); }
div.DivClassName
{
background-color: #C8A863;
}
.BgClassName
{
background-color: #C8A863;
}
</style>
border-color css
<style>
span { border-color: #C8A863; }
span { border-color: rgb(200,168,99); }
td.TdClassName
{
border-color: #C8A863;
}
.TagClassName
{
border-color: #C8A863;
}
</style>