Shades of Laser #C0AA68
Tints of Laser #C0AA68
RGB
CMYK
RGB Variations
Color information
#C0AA68 (or 0xC0AA68) is known color: Laser. HEX triplet: C0, AA and 68. RGB value is (192,170,104). Sum of RGB (Red+Green+Blue) = 192+170+104=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 104 (41.02% from 255 or 22.32% from 466); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AA68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AA68 is #3F5597. Grayscale: #A9A9A9. Windows color (decimal): -4150680 or 6859456. OLE color: 6859456.
HSL color Cylindrical-coordinate representation of color #C0AA68: hue angle of 45º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C0AA68 is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 170 | 104 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.25 |
| HSL | 45º | 0.41% | 0.58% | - |
| HSV(B) | 45º | 0.46% | 0.75% | - |
| XYZ | 38.61 | 40.96 | 18.97 | - |
| YUV | 169.05 | 91.29 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 170 | 104 | 0 | 0.11 | 0.46 | 0.25 | 45 | 0.41 | 0.58 |
| Hex | C0 | AA | 68 | 0 | B | 2E | 19 | 2D | 29 | 3A |
| Octal | 300 | 252 | 150 | 0 | 13 | 56 | 31 | 55 | 51 | 72 |
| Binary | 11000000 | 10101010 | 1101000 | 0 | 1011 | 101110 | 11001 | 101101 | 101001 | 111010 |
Color Harmonies of #C0AA68
Complementary color
Monochromatic Colors of #C0AA68
Black with #C0AA68
Text Example
Text Example
White with #C0AA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AA68; }
p { color: rgb(192,170,104); }
H1.HeaderClassName
{
color: #C0AA68;
}
.AnyTagClassName
{
color: #C0AA68;
}
</style>
background-color css
<style>
a { background-color: #C0AA68; }
a { background-color: rgb(192,170,104); }
div.DivClassName
{
background-color: #C0AA68;
}
.BgClassName
{
background-color: #C0AA68;
}
</style>
border-color css
<style>
span { border-color: #C0AA68; }
span { border-color: rgb(192,170,104); }
td.TdClassName
{
border-color: #C0AA68;
}
.TagClassName
{
border-color: #C0AA68;
}
</style>