Shades of Laser #C0AA6B
Tints of Laser #C0AA6B
RGB
CMYK
RGB Variations
Color information
#C0AA6B (or 0xC0AA6B) is known color: Laser. HEX triplet: C0, AA and 6B. RGB value is (192,170,107). Sum of RGB (Red+Green+Blue) = 192+170+107=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 170 (66.80% from 255 or 36.25% from 469); Blue value is 107 (42.19% from 255 or 22.81% from 469); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AA6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AA6B is #3F5594. Grayscale: #A9A9A9. Windows color (decimal): -4150677 or 7056064. OLE color: 7056064.
HSL color Cylindrical-coordinate representation of color #C0AA6B: hue angle of 44.47º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C0AA6B is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 170 | 107 | - |
| CMYK | 0 | 0.11 | 0.44 | 0.25 |
| HSL | 44.47º | 0.4% | 0.59% | - |
| HSV(B) | 44.47º | 0.44% | 0.75% | - |
| XYZ | 38.77 | 41.02 | 19.78 | - |
| YUV | 169.4 | 92.79 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 170 | 107 | 0 | 0.11 | 0.44 | 0.25 | 44.47 | 0.4 | 0.59 |
| Hex | C0 | AA | 6B | 0 | B | 2C | 19 | 2C | 28 | 3B |
| Octal | 300 | 252 | 153 | 0 | 13 | 54 | 31 | 54 | 50 | 73 |
| Binary | 11000000 | 10101010 | 1101011 | 0 | 1011 | 101100 | 11001 | 101100 | 101000 | 111011 |
Color Harmonies of #C0AA6B
Complementary color
Monochromatic Colors of #C0AA6B
Black with #C0AA6B
Text Example
Text Example
White with #C0AA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AA6B; }
p { color: rgb(192,170,107); }
H1.HeaderClassName
{
color: #C0AA6B;
}
.AnyTagClassName
{
color: #C0AA6B;
}
</style>
background-color css
<style>
a { background-color: #C0AA6B; }
a { background-color: rgb(192,170,107); }
div.DivClassName
{
background-color: #C0AA6B;
}
.BgClassName
{
background-color: #C0AA6B;
}
</style>
border-color css
<style>
span { border-color: #C0AA6B; }
span { border-color: rgb(192,170,107); }
td.TdClassName
{
border-color: #C0AA6B;
}
.TagClassName
{
border-color: #C0AA6B;
}
</style>