Shades of Laser #C2A959
Tints of Laser #C2A959
RGB
CMYK
RGB Variations
Color information
#C2A959 (or 0xC2A959) is known color: Laser. HEX triplet: C2, A9 and 59. RGB value is (194,169,89). Sum of RGB (Red+Green+Blue) = 194+169+89=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 169 (66.41% from 255 or 37.39% from 452); Blue value is 89 (35.16% from 255 or 19.69% from 452); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A959 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A959 is #3D56A6. Grayscale: #A7A7A7. Windows color (decimal): -4019879 or 5876162. OLE color: 5876162.
HSL color Cylindrical-coordinate representation of color #C2A959: hue angle of 45.71º 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 #C2A959 is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 169 | 89 | - |
| CMYK | 0 | 0.13 | 0.54 | 0.24 |
| HSL | 45.71º | 0.46% | 0.55% | - |
| HSV(B) | 45.71º | 0.54% | 0.76% | - |
| XYZ | 38.24 | 40.57 | 15.27 | - |
| YUV | 167.36 | 83.78 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 169 | 89 | 0 | 0.13 | 0.54 | 0.24 | 45.71 | 0.46 | 0.55 |
| Hex | C2 | A9 | 59 | 0 | D | 36 | 18 | 2E | 2E | 37 |
| Octal | 302 | 251 | 131 | 0 | 15 | 66 | 30 | 56 | 56 | 67 |
| Binary | 11000010 | 10101001 | 1011001 | 0 | 1101 | 110110 | 11000 | 101110 | 101110 | 110111 |
Color Harmonies of #C2A959
Complementary color
Monochromatic Colors of #C2A959
Black with #C2A959
Text Example
Text Example
White with #C2A959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A959; }
p { color: rgb(194,169,89); }
H1.HeaderClassName
{
color: #C2A959;
}
.AnyTagClassName
{
color: #C2A959;
}
</style>
background-color css
<style>
a { background-color: #C2A959; }
a { background-color: rgb(194,169,89); }
div.DivClassName
{
background-color: #C2A959;
}
.BgClassName
{
background-color: #C2A959;
}
</style>
border-color css
<style>
span { border-color: #C2A959; }
span { border-color: rgb(194,169,89); }
td.TdClassName
{
border-color: #C2A959;
}
.TagClassName
{
border-color: #C2A959;
}
</style>