Shades of Laser #C8A95D
Tints of Laser #C8A95D
RGB
CMYK
RGB Variations
Color information
#C8A95D (or 0xC8A95D) is known color: Laser. HEX triplet: C8, A9 and 5D. RGB value is (200,169,93). Sum of RGB (Red+Green+Blue) = 200+169+93=462 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.29% from 462); Green value is 169 (66.41% from 255 or 36.58% from 462); Blue value is 93 (36.72% from 255 or 20.13% from 462); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A95D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A95D is #3756A2. Grayscale: #A9A9A9. Windows color (decimal): -3626659 or 6138312. OLE color: 6138312.
HSL color Cylindrical-coordinate representation of color #C8A95D: hue angle of 42.62º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C8A95D is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 169 | 93 | - |
| CMYK | 0 | 0.16 | 0.54 | 0.22 |
| HSL | 42.62º | 0.49% | 0.57% | - |
| HSV(B) | 42.62º | 0.54% | 0.78% | - |
| XYZ | 39.98 | 41.45 | 16.25 | - |
| YUV | 169.61 | 84.77 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 169 | 93 | 0 | 0.16 | 0.54 | 0.22 | 42.62 | 0.49 | 0.57 |
| Hex | C8 | A9 | 5D | 0 | 10 | 36 | 16 | 2B | 31 | 39 |
| Octal | 310 | 251 | 135 | 0 | 20 | 66 | 26 | 53 | 61 | 71 |
| Binary | 11001000 | 10101001 | 1011101 | 0 | 10000 | 110110 | 10110 | 101011 | 110001 | 111001 |
Color Harmonies of #C8A95D
Complementary color
Monochromatic Colors of #C8A95D
Black with #C8A95D
Text Example
Text Example
White with #C8A95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A95D; }
p { color: rgb(200,169,93); }
H1.HeaderClassName
{
color: #C8A95D;
}
.AnyTagClassName
{
color: #C8A95D;
}
</style>
background-color css
<style>
a { background-color: #C8A95D; }
a { background-color: rgb(200,169,93); }
div.DivClassName
{
background-color: #C8A95D;
}
.BgClassName
{
background-color: #C8A95D;
}
</style>
border-color css
<style>
span { border-color: #C8A95D; }
span { border-color: rgb(200,169,93); }
td.TdClassName
{
border-color: #C8A95D;
}
.TagClassName
{
border-color: #C8A95D;
}
</style>