Shades of Laser #C0A96B
Tints of Laser #C0A96B
RGB
CMYK
RGB Variations
Color information
#C0A96B (or 0xC0A96B) is known color: Laser. HEX triplet: C0, A9 and 6B. RGB value is (192,169,107). Sum of RGB (Red+Green+Blue) = 192+169+107=468 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.03% from 468); Green value is 169 (66.41% from 255 or 36.11% from 468); Blue value is 107 (42.19% from 255 or 22.86% from 468); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A96B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A96B is #3F5694. Grayscale: #A9A9A9. Windows color (decimal): -4150933 or 7055808. OLE color: 7055808.
HSL color Cylindrical-coordinate representation of color #C0A96B: hue angle of 43.76º 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 #C0A96B is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 169 | 107 | - |
| CMYK | 0 | 0.12 | 0.44 | 0.25 |
| HSL | 43.76º | 0.4% | 0.59% | - |
| HSV(B) | 43.76º | 0.44% | 0.75% | - |
| XYZ | 38.58 | 40.64 | 19.72 | - |
| YUV | 168.81 | 93.12 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 169 | 107 | 0 | 0.12 | 0.44 | 0.25 | 43.76 | 0.4 | 0.59 |
| Hex | C0 | A9 | 6B | 0 | C | 2C | 19 | 2C | 28 | 3B |
| Octal | 300 | 251 | 153 | 0 | 14 | 54 | 31 | 54 | 50 | 73 |
| Binary | 11000000 | 10101001 | 1101011 | 0 | 1100 | 101100 | 11001 | 101100 | 101000 | 111011 |
Color Harmonies of #C0A96B
Complementary color
Monochromatic Colors of #C0A96B
Black with #C0A96B
Text Example
Text Example
White with #C0A96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A96B; }
p { color: rgb(192,169,107); }
H1.HeaderClassName
{
color: #C0A96B;
}
.AnyTagClassName
{
color: #C0A96B;
}
</style>
background-color css
<style>
a { background-color: #C0A96B; }
a { background-color: rgb(192,169,107); }
div.DivClassName
{
background-color: #C0A96B;
}
.BgClassName
{
background-color: #C0A96B;
}
</style>
border-color css
<style>
span { border-color: #C0A96B; }
span { border-color: rgb(192,169,107); }
td.TdClassName
{
border-color: #C0A96B;
}
.TagClassName
{
border-color: #C0A96B;
}
</style>