Shades of Laser #C0A558
Tints of Laser #C0A558
RGB
CMYK
RGB Variations
Color information
#C0A558 (or 0xC0A558) is known color: Laser. HEX triplet: C0, A5 and 58. RGB value is (192,165,88). Sum of RGB (Red+Green+Blue) = 192+165+88=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 165 (64.84% from 255 or 37.08% from 445); Blue value is 88 (34.77% from 255 or 19.78% from 445); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A558 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A558 is #3F5AA7. Grayscale: #A4A4A4. Windows color (decimal): -4151976 or 5809600. OLE color: 5809600.
HSL color Cylindrical-coordinate representation of color #C0A558: hue angle of 44.42º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C0A558 is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 165 | 88 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.25 |
| HSL | 44.42º | 0.45% | 0.55% | - |
| HSV(B) | 44.42º | 0.54% | 0.75% | - |
| XYZ | 36.95 | 38.82 | 14.78 | - |
| YUV | 164.3 | 84.95 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 165 | 88 | 0 | 0.14 | 0.54 | 0.25 | 44.42 | 0.45 | 0.55 |
| Hex | C0 | A5 | 58 | 0 | E | 36 | 19 | 2C | 2D | 37 |
| Octal | 300 | 245 | 130 | 0 | 16 | 66 | 31 | 54 | 55 | 67 |
| Binary | 11000000 | 10100101 | 1011000 | 0 | 1110 | 110110 | 11001 | 101100 | 101101 | 110111 |
Color Harmonies of #C0A558
Complementary color
Monochromatic Colors of #C0A558
Black with #C0A558
Text Example
Text Example
White with #C0A558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A558; }
p { color: rgb(192,165,88); }
H1.HeaderClassName
{
color: #C0A558;
}
.AnyTagClassName
{
color: #C0A558;
}
</style>
background-color css
<style>
a { background-color: #C0A558; }
a { background-color: rgb(192,165,88); }
div.DivClassName
{
background-color: #C0A558;
}
.BgClassName
{
background-color: #C0A558;
}
</style>
border-color css
<style>
span { border-color: #C0A558; }
span { border-color: rgb(192,165,88); }
td.TdClassName
{
border-color: #C0A558;
}
.TagClassName
{
border-color: #C0A558;
}
</style>