Shades of Laser #C0A55D
Tints of Laser #C0A55D
RGB
CMYK
RGB Variations
Color information
#C0A55D (or 0xC0A55D) is known color: Laser. HEX triplet: C0, A5 and 5D. RGB value is (192,165,93). Sum of RGB (Red+Green+Blue) = 192+165+93=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 165 (64.84% from 255 or 36.67% from 450); Blue value is 93 (36.72% from 255 or 20.67% from 450); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A55D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A55D is #3F5AA2. Grayscale: #A5A5A5. Windows color (decimal): -4151971 or 6137280. OLE color: 6137280.
HSL color Cylindrical-coordinate representation of color #C0A55D: hue angle of 43.64º 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 #C0A55D is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 165 | 93 | - |
| CMYK | 0 | 0.14 | 0.52 | 0.25 |
| HSL | 43.64º | 0.44% | 0.56% | - |
| HSV(B) | 43.64º | 0.52% | 0.75% | - |
| XYZ | 37.17 | 38.91 | 15.91 | - |
| YUV | 164.87 | 87.45 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 165 | 93 | 0 | 0.14 | 0.52 | 0.25 | 43.64 | 0.44 | 0.56 |
| Hex | C0 | A5 | 5D | 0 | E | 34 | 19 | 2C | 2C | 38 |
| Octal | 300 | 245 | 135 | 0 | 16 | 64 | 31 | 54 | 54 | 70 |
| Binary | 11000000 | 10100101 | 1011101 | 0 | 1110 | 110100 | 11001 | 101100 | 101100 | 111000 |
Color Harmonies of #C0A55D
Complementary color
Monochromatic Colors of #C0A55D
Black with #C0A55D
Text Example
Text Example
White with #C0A55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A55D; }
p { color: rgb(192,165,93); }
H1.HeaderClassName
{
color: #C0A55D;
}
.AnyTagClassName
{
color: #C0A55D;
}
</style>
background-color css
<style>
a { background-color: #C0A55D; }
a { background-color: rgb(192,165,93); }
div.DivClassName
{
background-color: #C0A55D;
}
.BgClassName
{
background-color: #C0A55D;
}
</style>
border-color css
<style>
span { border-color: #C0A55D; }
span { border-color: rgb(192,165,93); }
td.TdClassName
{
border-color: #C0A55D;
}
.TagClassName
{
border-color: #C0A55D;
}
</style>