Shades of Laser #C0A66B
Tints of Laser #C0A66B
RGB
CMYK
RGB Variations
Color information
#C0A66B (or 0xC0A66B) is known color: Laser. HEX triplet: C0, A6 and 6B. RGB value is (192,166,107). Sum of RGB (Red+Green+Blue) = 192+166+107=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 166 (65.23% from 255 or 35.70% from 465); Blue value is 107 (42.19% from 255 or 23.01% from 465); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A66B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A66B is #3F5994. Grayscale: #A7A7A7. Windows color (decimal): -4151701 or 7055040. OLE color: 7055040.
HSL color Cylindrical-coordinate representation of color #C0A66B: hue angle of 41.65º 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 #C0A66B is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 166 | 107 | - |
| CMYK | 0 | 0.14 | 0.44 | 0.25 |
| HSL | 41.65º | 0.4% | 0.59% | - |
| HSV(B) | 41.65º | 0.44% | 0.75% | - |
| XYZ | 38.03 | 39.54 | 19.54 | - |
| YUV | 167.05 | 94.11 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 166 | 107 | 0 | 0.14 | 0.44 | 0.25 | 41.65 | 0.4 | 0.59 |
| Hex | C0 | A6 | 6B | 0 | E | 2C | 19 | 2A | 28 | 3B |
| Octal | 300 | 246 | 153 | 0 | 16 | 54 | 31 | 52 | 50 | 73 |
| Binary | 11000000 | 10100110 | 1101011 | 0 | 1110 | 101100 | 11001 | 101010 | 101000 | 111011 |
Color Harmonies of #C0A66B
Complementary color
Monochromatic Colors of #C0A66B
Black with #C0A66B
Text Example
Text Example
White with #C0A66B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A66B; }
p { color: rgb(192,166,107); }
H1.HeaderClassName
{
color: #C0A66B;
}
.AnyTagClassName
{
color: #C0A66B;
}
</style>
background-color css
<style>
a { background-color: #C0A66B; }
a { background-color: rgb(192,166,107); }
div.DivClassName
{
background-color: #C0A66B;
}
.BgClassName
{
background-color: #C0A66B;
}
</style>
border-color css
<style>
span { border-color: #C0A66B; }
span { border-color: rgb(192,166,107); }
td.TdClassName
{
border-color: #C0A66B;
}
.TagClassName
{
border-color: #C0A66B;
}
</style>