Shades of Laser #C0A25F
Tints of Laser #C0A25F
RGB
CMYK
RGB Variations
Color information
#C0A25F (or 0xC0A25F) is known color: Laser. HEX triplet: C0, A2 and 5F. RGB value is (192,162,95). Sum of RGB (Red+Green+Blue) = 192+162+95=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 162 (63.67% from 255 or 36.08% from 449); Blue value is 95 (37.5% from 255 or 21.16% from 449); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A25F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A25F is #3F5DA0. Grayscale: #A3A3A3. Windows color (decimal): -4152737 or 6267584. OLE color: 6267584.
HSL color Cylindrical-coordinate representation of color #C0A25F: hue angle of 41.44º 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 #C0A25F is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 162 | 95 | - |
| CMYK | 0 | 0.16 | 0.51 | 0.25 |
| HSL | 41.44º | 0.43% | 0.56% | - |
| HSV(B) | 41.44º | 0.51% | 0.75% | - |
| XYZ | 36.72 | 37.87 | 16.2 | - |
| YUV | 163.33 | 89.44 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 162 | 95 | 0 | 0.16 | 0.51 | 0.25 | 41.44 | 0.43 | 0.56 |
| Hex | C0 | A2 | 5F | 0 | 10 | 33 | 19 | 29 | 2B | 38 |
| Octal | 300 | 242 | 137 | 0 | 20 | 63 | 31 | 51 | 53 | 70 |
| Binary | 11000000 | 10100010 | 1011111 | 0 | 10000 | 110011 | 11001 | 101001 | 101011 | 111000 |
Color Harmonies of #C0A25F
Complementary color
Monochromatic Colors of #C0A25F
Black with #C0A25F
Text Example
Text Example
White with #C0A25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A25F; }
p { color: rgb(192,162,95); }
H1.HeaderClassName
{
color: #C0A25F;
}
.AnyTagClassName
{
color: #C0A25F;
}
</style>
background-color css
<style>
a { background-color: #C0A25F; }
a { background-color: rgb(192,162,95); }
div.DivClassName
{
background-color: #C0A25F;
}
.BgClassName
{
background-color: #C0A25F;
}
</style>
border-color css
<style>
span { border-color: #C0A25F; }
span { border-color: rgb(192,162,95); }
td.TdClassName
{
border-color: #C0A25F;
}
.TagClassName
{
border-color: #C0A25F;
}
</style>