Shades of Laser #C0A65B
Tints of Laser #C0A65B
RGB
CMYK
RGB Variations
Color information
#C0A65B (or 0xC0A65B) is known color: Laser. HEX triplet: C0, A6 and 5B. RGB value is (192,166,91). Sum of RGB (Red+Green+Blue) = 192+166+91=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 166 (65.23% from 255 or 36.97% from 449); Blue value is 91 (35.94% from 255 or 20.27% from 449); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A65B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A65B is #3F59A4. Grayscale: #A5A5A5. Windows color (decimal): -4151717 or 6006464. OLE color: 6006464.
HSL color Cylindrical-coordinate representation of color #C0A65B: hue angle of 44.55º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C0A65B is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 166 | 91 | - |
| CMYK | 0 | 0.14 | 0.53 | 0.25 |
| HSL | 44.55º | 0.44% | 0.55% | - |
| HSV(B) | 44.55º | 0.53% | 0.75% | - |
| XYZ | 37.26 | 39.23 | 15.51 | - |
| YUV | 165.22 | 86.11 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 166 | 91 | 0 | 0.14 | 0.53 | 0.25 | 44.55 | 0.44 | 0.55 |
| Hex | C0 | A6 | 5B | 0 | E | 35 | 19 | 2D | 2C | 37 |
| Octal | 300 | 246 | 133 | 0 | 16 | 65 | 31 | 55 | 54 | 67 |
| Binary | 11000000 | 10100110 | 1011011 | 0 | 1110 | 110101 | 11001 | 101101 | 101100 | 110111 |
Color Harmonies of #C0A65B
Complementary color
Monochromatic Colors of #C0A65B
Black with #C0A65B
Text Example
Text Example
White with #C0A65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A65B; }
p { color: rgb(192,166,91); }
H1.HeaderClassName
{
color: #C0A65B;
}
.AnyTagClassName
{
color: #C0A65B;
}
</style>
background-color css
<style>
a { background-color: #C0A65B; }
a { background-color: rgb(192,166,91); }
div.DivClassName
{
background-color: #C0A65B;
}
.BgClassName
{
background-color: #C0A65B;
}
</style>
border-color css
<style>
span { border-color: #C0A65B; }
span { border-color: rgb(192,166,91); }
td.TdClassName
{
border-color: #C0A65B;
}
.TagClassName
{
border-color: #C0A65B;
}
</style>