Shades of Laser #C0A86B
Tints of Laser #C0A86B
RGB
CMYK
RGB Variations
Color information
#C0A86B (or 0xC0A86B) is known color: Laser. HEX triplet: C0, A8 and 6B. RGB value is (192,168,107). Sum of RGB (Red+Green+Blue) = 192+168+107=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 168 (66.02% from 255 or 35.97% from 467); Blue value is 107 (42.19% from 255 or 22.91% from 467); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A86B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A86B is #3F5794. Grayscale: #A8A8A8. Windows color (decimal): -4151189 or 7055552. OLE color: 7055552.
HSL color Cylindrical-coordinate representation of color #C0A86B: hue angle of 43.06º 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 #C0A86B is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 168 | 107 | - |
| CMYK | 0 | 0.12 | 0.44 | 0.25 |
| HSL | 43.06º | 0.4% | 0.59% | - |
| HSV(B) | 43.06º | 0.44% | 0.75% | - |
| XYZ | 38.39 | 40.27 | 19.66 | - |
| YUV | 168.22 | 93.45 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 168 | 107 | 0 | 0.12 | 0.44 | 0.25 | 43.06 | 0.4 | 0.59 |
| Hex | C0 | A8 | 6B | 0 | C | 2C | 19 | 2B | 28 | 3B |
| Octal | 300 | 250 | 153 | 0 | 14 | 54 | 31 | 53 | 50 | 73 |
| Binary | 11000000 | 10101000 | 1101011 | 0 | 1100 | 101100 | 11001 | 101011 | 101000 | 111011 |
Color Harmonies of #C0A86B
Complementary color
Monochromatic Colors of #C0A86B
Black with #C0A86B
Text Example
Text Example
White with #C0A86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A86B; }
p { color: rgb(192,168,107); }
H1.HeaderClassName
{
color: #C0A86B;
}
.AnyTagClassName
{
color: #C0A86B;
}
</style>
background-color css
<style>
a { background-color: #C0A86B; }
a { background-color: rgb(192,168,107); }
div.DivClassName
{
background-color: #C0A86B;
}
.BgClassName
{
background-color: #C0A86B;
}
</style>
border-color css
<style>
span { border-color: #C0A86B; }
span { border-color: rgb(192,168,107); }
td.TdClassName
{
border-color: #C0A86B;
}
.TagClassName
{
border-color: #C0A86B;
}
</style>