Shades of Laser #C2A859
Tints of Laser #C2A859
RGB
CMYK
RGB Variations
Color information
#C2A859 (or 0xC2A859) is known color: Laser. HEX triplet: C2, A8 and 59. RGB value is (194,168,89). Sum of RGB (Red+Green+Blue) = 194+168+89=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 168 (66.02% from 255 or 37.25% from 451); Blue value is 89 (35.16% from 255 or 19.73% from 451); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A859 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A859 is #3D57A6. Grayscale: #A7A7A7. Windows color (decimal): -4020135 or 5875906. OLE color: 5875906.
HSL color Cylindrical-coordinate representation of color #C2A859: hue angle of 45.14º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C2A859 is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 168 | 89 | - |
| CMYK | 0 | 0.13 | 0.54 | 0.24 |
| HSL | 45.14º | 0.46% | 0.55% | - |
| HSV(B) | 45.14º | 0.54% | 0.76% | - |
| XYZ | 38.05 | 40.2 | 15.2 | - |
| YUV | 166.77 | 84.11 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 168 | 89 | 0 | 0.13 | 0.54 | 0.24 | 45.14 | 0.46 | 0.55 |
| Hex | C2 | A8 | 59 | 0 | D | 36 | 18 | 2D | 2E | 37 |
| Octal | 302 | 250 | 131 | 0 | 15 | 66 | 30 | 55 | 56 | 67 |
| Binary | 11000010 | 10101000 | 1011001 | 0 | 1101 | 110110 | 11000 | 101101 | 101110 | 110111 |
Color Harmonies of #C2A859
Complementary color
Monochromatic Colors of #C2A859
Black with #C2A859
Text Example
Text Example
White with #C2A859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A859; }
p { color: rgb(194,168,89); }
H1.HeaderClassName
{
color: #C2A859;
}
.AnyTagClassName
{
color: #C2A859;
}
</style>
background-color css
<style>
a { background-color: #C2A859; }
a { background-color: rgb(194,168,89); }
div.DivClassName
{
background-color: #C2A859;
}
.BgClassName
{
background-color: #C2A859;
}
</style>
border-color css
<style>
span { border-color: #C2A859; }
span { border-color: rgb(194,168,89); }
td.TdClassName
{
border-color: #C2A859;
}
.TagClassName
{
border-color: #C2A859;
}
</style>