Shades of Laser #C8A75D
Tints of Laser #C8A75D
RGB
CMYK
RGB Variations
Color information
#C8A75D (or 0xC8A75D) is known color: Laser. HEX triplet: C8, A7 and 5D. RGB value is (200,167,93). Sum of RGB (Red+Green+Blue) = 200+167+93=460 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.48% from 460); Green value is 167 (65.62% from 255 or 36.30% from 460); Blue value is 93 (36.72% from 255 or 20.22% from 460); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A75D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A75D is #3758A2. Grayscale: #A8A8A8. Windows color (decimal): -3627171 or 6137800. OLE color: 6137800.
HSL color Cylindrical-coordinate representation of color #C8A75D: hue angle of 41.5º 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 #C8A75D is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 167 | 93 | - |
| CMYK | 0 | 0.16 | 0.54 | 0.22 |
| HSL | 41.5º | 0.49% | 0.57% | - |
| HSV(B) | 41.5º | 0.54% | 0.78% | - |
| XYZ | 39.61 | 40.71 | 16.13 | - |
| YUV | 168.43 | 85.43 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 167 | 93 | 0 | 0.16 | 0.54 | 0.22 | 41.5 | 0.49 | 0.57 |
| Hex | C8 | A7 | 5D | 0 | 10 | 36 | 16 | 29 | 31 | 39 |
| Octal | 310 | 247 | 135 | 0 | 20 | 66 | 26 | 51 | 61 | 71 |
| Binary | 11001000 | 10100111 | 1011101 | 0 | 10000 | 110110 | 10110 | 101001 | 110001 | 111001 |
Color Harmonies of #C8A75D
Complementary color
Monochromatic Colors of #C8A75D
Black with #C8A75D
Text Example
Text Example
White with #C8A75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A75D; }
p { color: rgb(200,167,93); }
H1.HeaderClassName
{
color: #C8A75D;
}
.AnyTagClassName
{
color: #C8A75D;
}
</style>
background-color css
<style>
a { background-color: #C8A75D; }
a { background-color: rgb(200,167,93); }
div.DivClassName
{
background-color: #C8A75D;
}
.BgClassName
{
background-color: #C8A75D;
}
</style>
border-color css
<style>
span { border-color: #C8A75D; }
span { border-color: rgb(200,167,93); }
td.TdClassName
{
border-color: #C8A75D;
}
.TagClassName
{
border-color: #C8A75D;
}
</style>