Shades of Laser #C2A459
Tints of Laser #C2A459
RGB
CMYK
RGB Variations
Color information
#C2A459 (or 0xC2A459) is known color: Laser. HEX triplet: C2, A4 and 59. RGB value is (194,164,89). Sum of RGB (Red+Green+Blue) = 194+164+89=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 164 (64.45% from 255 or 36.69% from 447); Blue value is 89 (35.16% from 255 or 19.91% from 447); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A459 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A459 is #3D5BA6. Grayscale: #A4A4A4. Windows color (decimal): -4021159 or 5874882. OLE color: 5874882.
HSL color Cylindrical-coordinate representation of color #C2A459: hue angle of 42.86º 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 #C2A459 is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 164 | 89 | - |
| CMYK | 0 | 0.15 | 0.54 | 0.24 |
| HSL | 42.86º | 0.46% | 0.55% | - |
| HSV(B) | 42.86º | 0.54% | 0.76% | - |
| XYZ | 37.33 | 38.74 | 14.96 | - |
| YUV | 164.42 | 85.44 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 164 | 89 | 0 | 0.15 | 0.54 | 0.24 | 42.86 | 0.46 | 0.55 |
| Hex | C2 | A4 | 59 | 0 | F | 36 | 18 | 2B | 2E | 37 |
| Octal | 302 | 244 | 131 | 0 | 17 | 66 | 30 | 53 | 56 | 67 |
| Binary | 11000010 | 10100100 | 1011001 | 0 | 1111 | 110110 | 11000 | 101011 | 101110 | 110111 |
Color Harmonies of #C2A459
Complementary color
Monochromatic Colors of #C2A459
Black with #C2A459
Text Example
Text Example
White with #C2A459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A459; }
p { color: rgb(194,164,89); }
H1.HeaderClassName
{
color: #C2A459;
}
.AnyTagClassName
{
color: #C2A459;
}
</style>
background-color css
<style>
a { background-color: #C2A459; }
a { background-color: rgb(194,164,89); }
div.DivClassName
{
background-color: #C2A459;
}
.BgClassName
{
background-color: #C2A459;
}
</style>
border-color css
<style>
span { border-color: #C2A459; }
span { border-color: rgb(194,164,89); }
td.TdClassName
{
border-color: #C2A459;
}
.TagClassName
{
border-color: #C2A459;
}
</style>