Shades of Laser #C0A96A
Tints of Laser #C0A96A
RGB
CMYK
RGB Variations
Color information
#C0A96A (or 0xC0A96A) is known color: Laser. HEX triplet: C0, A9 and 6A. RGB value is (192,169,106). Sum of RGB (Red+Green+Blue) = 192+169+106=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 169 (66.41% from 255 or 36.19% from 467); Blue value is 106 (41.80% from 255 or 22.70% from 467); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A96A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A96A is #3F5695. Grayscale: #A8A8A8. Windows color (decimal): -4150934 or 6990272. OLE color: 6990272.
HSL color Cylindrical-coordinate representation of color #C0A96A: hue angle of 43.95º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C0A96A is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 169 | 106 | - |
| CMYK | 0 | 0.12 | 0.45 | 0.25 |
| HSL | 43.95º | 0.41% | 0.58% | - |
| HSV(B) | 43.95º | 0.45% | 0.75% | - |
| XYZ | 38.53 | 40.62 | 19.45 | - |
| YUV | 168.7 | 92.62 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 169 | 106 | 0 | 0.12 | 0.45 | 0.25 | 43.95 | 0.41 | 0.58 |
| Hex | C0 | A9 | 6A | 0 | C | 2D | 19 | 2C | 29 | 3A |
| Octal | 300 | 251 | 152 | 0 | 14 | 55 | 31 | 54 | 51 | 72 |
| Binary | 11000000 | 10101001 | 1101010 | 0 | 1100 | 101101 | 11001 | 101100 | 101001 | 111010 |
Color Harmonies of #C0A96A
Complementary color
Monochromatic Colors of #C0A96A
Black with #C0A96A
Text Example
Text Example
White with #C0A96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A96A; }
p { color: rgb(192,169,106); }
H1.HeaderClassName
{
color: #C0A96A;
}
.AnyTagClassName
{
color: #C0A96A;
}
</style>
background-color css
<style>
a { background-color: #C0A96A; }
a { background-color: rgb(192,169,106); }
div.DivClassName
{
background-color: #C0A96A;
}
.BgClassName
{
background-color: #C0A96A;
}
</style>
border-color css
<style>
span { border-color: #C0A96A; }
span { border-color: rgb(192,169,106); }
td.TdClassName
{
border-color: #C0A96A;
}
.TagClassName
{
border-color: #C0A96A;
}
</style>