Shades of Laser #C8A059
Tints of Laser #C8A059
RGB
CMYK
RGB Variations
Color information
#C8A059 (or 0xC8A059) is known color: Laser. HEX triplet: C8, A0 and 59. RGB value is (200,160,89). Sum of RGB (Red+Green+Blue) = 200+160+89=449 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.54% from 449); Green value is 160 (62.89% from 255 or 35.63% from 449); Blue value is 89 (35.16% from 255 or 19.82% from 449); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A059 is #375FA6. Grayscale: #A4A4A4. Windows color (decimal): -3628967 or 5873864. OLE color: 5873864.
HSL color Cylindrical-coordinate representation of color #C8A059: hue angle of 38.38º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C8A059 is Cyan = 0, Magento = 0.2, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 160 | 89 | - |
| CMYK | 0 | 0.2 | 0.56 | 0.22 |
| HSL | 38.38º | 0.5% | 0.57% | - |
| HSV(B) | 38.38º | 0.56% | 0.78% | - |
| XYZ | 38.19 | 38.14 | 14.8 | - |
| YUV | 163.87 | 85.75 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 160 | 89 | 0 | 0.2 | 0.56 | 0.22 | 38.38 | 0.5 | 0.57 |
| Hex | C8 | A0 | 59 | 0 | 14 | 38 | 16 | 26 | 32 | 39 |
| Octal | 310 | 240 | 131 | 0 | 24 | 70 | 26 | 46 | 62 | 71 |
| Binary | 11001000 | 10100000 | 1011001 | 0 | 10100 | 111000 | 10110 | 100110 | 110010 | 111001 |
Color Harmonies of #C8A059
Complementary color
Monochromatic Colors of #C8A059
Black with #C8A059
Text Example
Text Example
White with #C8A059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A059; }
p { color: rgb(200,160,89); }
H1.HeaderClassName
{
color: #C8A059;
}
.AnyTagClassName
{
color: #C8A059;
}
</style>
background-color css
<style>
a { background-color: #C8A059; }
a { background-color: rgb(200,160,89); }
div.DivClassName
{
background-color: #C8A059;
}
.BgClassName
{
background-color: #C8A059;
}
</style>
border-color css
<style>
span { border-color: #C8A059; }
span { border-color: rgb(200,160,89); }
td.TdClassName
{
border-color: #C8A059;
}
.TagClassName
{
border-color: #C8A059;
}
</style>