Shades of Laser #C2AC59
Tints of Laser #C2AC59
RGB
CMYK
RGB Variations
Color information
#C2AC59 (or 0xC2AC59) is known color: Laser. HEX triplet: C2, AC and 59. RGB value is (194,172,89). Sum of RGB (Red+Green+Blue) = 194+172+89=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 172 (67.58% from 255 or 37.80% from 455); Blue value is 89 (35.16% from 255 or 19.56% from 455); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AC59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AC59 is #3D53A6. Grayscale: #A9A9A9. Windows color (decimal): -4019111 or 5876930. OLE color: 5876930.
HSL color Cylindrical-coordinate representation of color #C2AC59: hue angle of 47.43º 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 #C2AC59 is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 172 | 89 | - |
| CMYK | 0 | 0.11 | 0.54 | 0.24 |
| HSL | 47.43º | 0.46% | 0.55% | - |
| HSV(B) | 47.43º | 0.54% | 0.76% | - |
| XYZ | 38.8 | 41.7 | 15.45 | - |
| YUV | 169.12 | 82.79 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 172 | 89 | 0 | 0.11 | 0.54 | 0.24 | 47.43 | 0.46 | 0.55 |
| Hex | C2 | AC | 59 | 0 | B | 36 | 18 | 2F | 2E | 37 |
| Octal | 302 | 254 | 131 | 0 | 13 | 66 | 30 | 57 | 56 | 67 |
| Binary | 11000010 | 10101100 | 1011001 | 0 | 1011 | 110110 | 11000 | 101111 | 101110 | 110111 |
Color Harmonies of #C2AC59
Complementary color
Monochromatic Colors of #C2AC59
Black with #C2AC59
Text Example
Text Example
White with #C2AC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AC59; }
p { color: rgb(194,172,89); }
H1.HeaderClassName
{
color: #C2AC59;
}
.AnyTagClassName
{
color: #C2AC59;
}
</style>
background-color css
<style>
a { background-color: #C2AC59; }
a { background-color: rgb(194,172,89); }
div.DivClassName
{
background-color: #C2AC59;
}
.BgClassName
{
background-color: #C2AC59;
}
</style>
border-color css
<style>
span { border-color: #C2AC59; }
span { border-color: rgb(194,172,89); }
td.TdClassName
{
border-color: #C2AC59;
}
.TagClassName
{
border-color: #C2AC59;
}
</style>