Shades of Laser #C8A960
Tints of Laser #C8A960
RGB
CMYK
RGB Variations
Color information
#C8A960 (or 0xC8A960) is known color: Laser. HEX triplet: C8, A9 and 60. RGB value is (200,169,96). Sum of RGB (Red+Green+Blue) = 200+169+96=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 169 (66.41% from 255 or 36.34% from 465); Blue value is 96 (37.89% from 255 or 20.65% from 465); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A960 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A960 is #37569F. Grayscale: #AAAAAA. Windows color (decimal): -3626656 or 6334920. OLE color: 6334920.
HSL color Cylindrical-coordinate representation of color #C8A960: hue angle of 42.12º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C8A960 is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 169 | 96 | - |
| CMYK | 0 | 0.16 | 0.52 | 0.22 |
| HSL | 42.12º | 0.49% | 0.58% | - |
| HSV(B) | 42.12º | 0.52% | 0.78% | - |
| XYZ | 40.12 | 41.5 | 16.96 | - |
| YUV | 169.95 | 86.27 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 169 | 96 | 0 | 0.16 | 0.52 | 0.22 | 42.12 | 0.49 | 0.58 |
| Hex | C8 | A9 | 60 | 0 | 10 | 34 | 16 | 2A | 31 | 3A |
| Octal | 310 | 251 | 140 | 0 | 20 | 64 | 26 | 52 | 61 | 72 |
| Binary | 11001000 | 10101001 | 1100000 | 0 | 10000 | 110100 | 10110 | 101010 | 110001 | 111010 |
Color Harmonies of #C8A960
Complementary color
Monochromatic Colors of #C8A960
Black with #C8A960
Text Example
Text Example
White with #C8A960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A960; }
p { color: rgb(200,169,96); }
H1.HeaderClassName
{
color: #C8A960;
}
.AnyTagClassName
{
color: #C8A960;
}
</style>
background-color css
<style>
a { background-color: #C8A960; }
a { background-color: rgb(200,169,96); }
div.DivClassName
{
background-color: #C8A960;
}
.BgClassName
{
background-color: #C8A960;
}
</style>
border-color css
<style>
span { border-color: #C8A960; }
span { border-color: rgb(200,169,96); }
td.TdClassName
{
border-color: #C8A960;
}
.TagClassName
{
border-color: #C8A960;
}
</style>