Shades of Laser #C2A060
Tints of Laser #C2A060
RGB
CMYK
RGB Variations
Color information
#C2A060 (or 0xC2A060) is known color: Laser. HEX triplet: C2, A0 and 60. RGB value is (194,160,96). Sum of RGB (Red+Green+Blue) = 194+160+96=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 160 (62.89% from 255 or 35.56% from 450); Blue value is 96 (37.89% from 255 or 21.33% from 450); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A060 is #3D5F9F. Grayscale: #A3A3A3. Windows color (decimal): -4022176 or 6332610. OLE color: 6332610.
HSL color Cylindrical-coordinate representation of color #C2A060: hue angle of 39.18º 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 #C2A060 is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 160 | 96 | - |
| CMYK | 0 | 0.18 | 0.51 | 0.24 |
| HSL | 39.18º | 0.45% | 0.57% | - |
| HSV(B) | 39.18º | 0.51% | 0.76% | - |
| XYZ | 36.93 | 37.46 | 16.35 | - |
| YUV | 162.87 | 90.26 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 160 | 96 | 0 | 0.18 | 0.51 | 0.24 | 39.18 | 0.45 | 0.57 |
| Hex | C2 | A0 | 60 | 0 | 12 | 33 | 18 | 27 | 2D | 39 |
| Octal | 302 | 240 | 140 | 0 | 22 | 63 | 30 | 47 | 55 | 71 |
| Binary | 11000010 | 10100000 | 1100000 | 0 | 10010 | 110011 | 11000 | 100111 | 101101 | 111001 |
Color Harmonies of #C2A060
Complementary color
Monochromatic Colors of #C2A060
Black with #C2A060
Text Example
Text Example
White with #C2A060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A060; }
p { color: rgb(194,160,96); }
H1.HeaderClassName
{
color: #C2A060;
}
.AnyTagClassName
{
color: #C2A060;
}
</style>
background-color css
<style>
a { background-color: #C2A060; }
a { background-color: rgb(194,160,96); }
div.DivClassName
{
background-color: #C2A060;
}
.BgClassName
{
background-color: #C2A060;
}
</style>
border-color css
<style>
span { border-color: #C2A060; }
span { border-color: rgb(194,160,96); }
td.TdClassName
{
border-color: #C2A060;
}
.TagClassName
{
border-color: #C2A060;
}
</style>