Shades of Laser #C0AC61
Tints of Laser #C0AC61
RGB
CMYK
RGB Variations
Color information
#C0AC61 (or 0xC0AC61) is known color: Laser. HEX triplet: C0, AC and 61. RGB value is (192,172,97). Sum of RGB (Red+Green+Blue) = 192+172+97=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 172 (67.58% from 255 or 37.31% from 461); Blue value is 97 (38.28% from 255 or 21.04% from 461); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AC61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AC61 is #3F539E. Grayscale: #A9A9A9. Windows color (decimal): -4150175 or 6401216. OLE color: 6401216.
HSL color Cylindrical-coordinate representation of color #C0AC61: hue angle of 47.37º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C0AC61 is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 172 | 97 | - |
| CMYK | 0 | 0.10 | 0.49 | 0.25 |
| HSL | 47.37º | 0.43% | 0.57% | - |
| HSV(B) | 47.37º | 0.49% | 0.75% | - |
| XYZ | 38.65 | 41.57 | 17.3 | - |
| YUV | 169.43 | 87.13 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 172 | 97 | 0 | 0.10 | 0.49 | 0.25 | 47.37 | 0.43 | 0.57 |
| Hex | C0 | AC | 61 | 0 | A | 31 | 19 | 2F | 2B | 39 |
| Octal | 300 | 254 | 141 | 0 | 12 | 61 | 31 | 57 | 53 | 71 |
| Binary | 11000000 | 10101100 | 1100001 | 0 | 1010 | 110001 | 11001 | 101111 | 101011 | 111001 |
Color Harmonies of #C0AC61
Complementary color
Monochromatic Colors of #C0AC61
Black with #C0AC61
Text Example
Text Example
White with #C0AC61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AC61; }
p { color: rgb(192,172,97); }
H1.HeaderClassName
{
color: #C0AC61;
}
.AnyTagClassName
{
color: #C0AC61;
}
</style>
background-color css
<style>
a { background-color: #C0AC61; }
a { background-color: rgb(192,172,97); }
div.DivClassName
{
background-color: #C0AC61;
}
.BgClassName
{
background-color: #C0AC61;
}
</style>
border-color css
<style>
span { border-color: #C0AC61; }
span { border-color: rgb(192,172,97); }
td.TdClassName
{
border-color: #C0AC61;
}
.TagClassName
{
border-color: #C0AC61;
}
</style>