Shades of Laser #C8A85E
Tints of Laser #C8A85E
RGB
CMYK
RGB Variations
Color information
#C8A85E (or 0xC8A85E) is known color: Laser. HEX triplet: C8, A8 and 5E. RGB value is (200,168,94). Sum of RGB (Red+Green+Blue) = 200+168+94=462 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.29% from 462); Green value is 168 (66.02% from 255 or 36.36% from 462); Blue value is 94 (37.11% from 255 or 20.35% from 462); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A85E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A85E is #3757A1. Grayscale: #A9A9A9. Windows color (decimal): -3626914 or 6203592. OLE color: 6203592.
HSL color Cylindrical-coordinate representation of color #C8A85E: hue angle of 41.89º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C8A85E is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 168 | 94 | - |
| CMYK | 0 | 0.16 | 0.53 | 0.22 |
| HSL | 41.89º | 0.49% | 0.58% | - |
| HSV(B) | 41.89º | 0.53% | 0.78% | - |
| XYZ | 39.84 | 41.09 | 16.42 | - |
| YUV | 169.13 | 85.6 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 168 | 94 | 0 | 0.16 | 0.53 | 0.22 | 41.89 | 0.49 | 0.58 |
| Hex | C8 | A8 | 5E | 0 | 10 | 35 | 16 | 2A | 31 | 3A |
| Octal | 310 | 250 | 136 | 0 | 20 | 65 | 26 | 52 | 61 | 72 |
| Binary | 11001000 | 10101000 | 1011110 | 0 | 10000 | 110101 | 10110 | 101010 | 110001 | 111010 |
Color Harmonies of #C8A85E
Complementary color
Monochromatic Colors of #C8A85E
Black with #C8A85E
Text Example
Text Example
White with #C8A85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A85E; }
p { color: rgb(200,168,94); }
H1.HeaderClassName
{
color: #C8A85E;
}
.AnyTagClassName
{
color: #C8A85E;
}
</style>
background-color css
<style>
a { background-color: #C8A85E; }
a { background-color: rgb(200,168,94); }
div.DivClassName
{
background-color: #C8A85E;
}
.BgClassName
{
background-color: #C8A85E;
}
</style>
border-color css
<style>
span { border-color: #C8A85E; }
span { border-color: rgb(200,168,94); }
td.TdClassName
{
border-color: #C8A85E;
}
.TagClassName
{
border-color: #C8A85E;
}
</style>