Shades of Laser #C0AB5F
Tints of Laser #C0AB5F
RGB
CMYK
RGB Variations
Color information
#C0AB5F (or 0xC0AB5F) is known color: Laser. HEX triplet: C0, AB and 5F. RGB value is (192,171,95). Sum of RGB (Red+Green+Blue) = 192+171+95=458 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.92% from 458); Green value is 171 (67.19% from 255 or 37.34% from 458); Blue value is 95 (37.5% from 255 or 20.74% from 458); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AB5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AB5F is #3F54A0. Grayscale: #A8A8A8. Windows color (decimal): -4150433 or 6269888. OLE color: 6269888.
HSL color Cylindrical-coordinate representation of color #C0AB5F: hue angle of 47.01º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C0AB5F is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 171 | 95 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.25 |
| HSL | 47.01º | 0.43% | 0.56% | - |
| HSV(B) | 47.01º | 0.51% | 0.75% | - |
| XYZ | 38.37 | 41.16 | 16.75 | - |
| YUV | 168.62 | 86.46 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 171 | 95 | 0 | 0.11 | 0.51 | 0.25 | 47.01 | 0.43 | 0.56 |
| Hex | C0 | AB | 5F | 0 | B | 33 | 19 | 2F | 2B | 38 |
| Octal | 300 | 253 | 137 | 0 | 13 | 63 | 31 | 57 | 53 | 70 |
| Binary | 11000000 | 10101011 | 1011111 | 0 | 1011 | 110011 | 11001 | 101111 | 101011 | 111000 |
Color Harmonies of #C0AB5F
Complementary color
Monochromatic Colors of #C0AB5F
Black with #C0AB5F
Text Example
Text Example
White with #C0AB5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AB5F; }
p { color: rgb(192,171,95); }
H1.HeaderClassName
{
color: #C0AB5F;
}
.AnyTagClassName
{
color: #C0AB5F;
}
</style>
background-color css
<style>
a { background-color: #C0AB5F; }
a { background-color: rgb(192,171,95); }
div.DivClassName
{
background-color: #C0AB5F;
}
.BgClassName
{
background-color: #C0AB5F;
}
</style>
border-color css
<style>
span { border-color: #C0AB5F; }
span { border-color: rgb(192,171,95); }
td.TdClassName
{
border-color: #C0AB5F;
}
.TagClassName
{
border-color: #C0AB5F;
}
</style>