Shades of Laser #C0A25D
Tints of Laser #C0A25D
RGB
CMYK
RGB Variations
Color information
#C0A25D (or 0xC0A25D) is known color: Laser. HEX triplet: C0, A2 and 5D. RGB value is (192,162,93). Sum of RGB (Red+Green+Blue) = 192+162+93=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 162 (63.67% from 255 or 36.24% from 447); Blue value is 93 (36.72% from 255 or 20.81% from 447); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A25D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A25D is #3F5DA2. Grayscale: #A3A3A3. Windows color (decimal): -4152739 or 6136512. OLE color: 6136512.
HSL color Cylindrical-coordinate representation of color #C0A25D: hue angle of 41.82º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C0A25D is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 162 | 93 | - |
| CMYK | 0 | 0.16 | 0.52 | 0.25 |
| HSL | 41.82º | 0.44% | 0.56% | - |
| HSV(B) | 41.82º | 0.52% | 0.75% | - |
| XYZ | 36.63 | 37.84 | 15.73 | - |
| YUV | 163.1 | 88.44 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 162 | 93 | 0 | 0.16 | 0.52 | 0.25 | 41.82 | 0.44 | 0.56 |
| Hex | C0 | A2 | 5D | 0 | 10 | 34 | 19 | 2A | 2C | 38 |
| Octal | 300 | 242 | 135 | 0 | 20 | 64 | 31 | 52 | 54 | 70 |
| Binary | 11000000 | 10100010 | 1011101 | 0 | 10000 | 110100 | 11001 | 101010 | 101100 | 111000 |
Color Harmonies of #C0A25D
Complementary color
Monochromatic Colors of #C0A25D
Black with #C0A25D
Text Example
Text Example
White with #C0A25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A25D; }
p { color: rgb(192,162,93); }
H1.HeaderClassName
{
color: #C0A25D;
}
.AnyTagClassName
{
color: #C0A25D;
}
</style>
background-color css
<style>
a { background-color: #C0A25D; }
a { background-color: rgb(192,162,93); }
div.DivClassName
{
background-color: #C0A25D;
}
.BgClassName
{
background-color: #C0A25D;
}
</style>
border-color css
<style>
span { border-color: #C0A25D; }
span { border-color: rgb(192,162,93); }
td.TdClassName
{
border-color: #C0A25D;
}
.TagClassName
{
border-color: #C0A25D;
}
</style>