Shades of Laser #C2A960
Tints of Laser #C2A960
RGB
CMYK
RGB Variations
Color information
#C2A960 (or 0xC2A960) is known color: Laser. HEX triplet: C2, A9 and 60. RGB value is (194,169,96). Sum of RGB (Red+Green+Blue) = 194+169+96=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 169 (66.41% from 255 or 36.82% from 459); Blue value is 96 (37.89% from 255 or 20.92% from 459); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A960 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A960 is #3D569F. Grayscale: #A8A8A8. Windows color (decimal): -4019872 or 6334914. OLE color: 6334914.
HSL color Cylindrical-coordinate representation of color #C2A960: hue angle of 44.69º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C2A960 is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 169 | 96 | - |
| CMYK | 0 | 0.13 | 0.51 | 0.24 |
| HSL | 44.69º | 0.45% | 0.57% | - |
| HSV(B) | 44.69º | 0.51% | 0.76% | - |
| XYZ | 38.55 | 40.69 | 16.89 | - |
| YUV | 168.15 | 87.28 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 169 | 96 | 0 | 0.13 | 0.51 | 0.24 | 44.69 | 0.45 | 0.57 |
| Hex | C2 | A9 | 60 | 0 | D | 33 | 18 | 2D | 2D | 39 |
| Octal | 302 | 251 | 140 | 0 | 15 | 63 | 30 | 55 | 55 | 71 |
| Binary | 11000010 | 10101001 | 1100000 | 0 | 1101 | 110011 | 11000 | 101101 | 101101 | 111001 |
Color Harmonies of #C2A960
Complementary color
Monochromatic Colors of #C2A960
Black with #C2A960
Text Example
Text Example
White with #C2A960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A960; }
p { color: rgb(194,169,96); }
H1.HeaderClassName
{
color: #C2A960;
}
.AnyTagClassName
{
color: #C2A960;
}
</style>
background-color css
<style>
a { background-color: #C2A960; }
a { background-color: rgb(194,169,96); }
div.DivClassName
{
background-color: #C2A960;
}
.BgClassName
{
background-color: #C2A960;
}
</style>
border-color css
<style>
span { border-color: #C2A960; }
span { border-color: rgb(194,169,96); }
td.TdClassName
{
border-color: #C2A960;
}
.TagClassName
{
border-color: #C2A960;
}
</style>