Shades of Laser #C6AB5D
Tints of Laser #C6AB5D
RGB
CMYK
RGB Variations
Color information
#C6AB5D (or 0xC6AB5D) is known color: Laser. HEX triplet: C6, AB and 5D. RGB value is (198,171,93). Sum of RGB (Red+Green+Blue) = 198+171+93=462 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.86% from 462); Green value is 171 (67.19% from 255 or 37.01% from 462); Blue value is 93 (36.72% from 255 or 20.13% from 462); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AB5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6AB5D is #3954A2. Grayscale: #AAAAAA. Windows color (decimal): -3757219 or 6138822. OLE color: 6138822.
HSL color Cylindrical-coordinate representation of color #C6AB5D: hue angle of 44.57º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C6AB5D is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 171 | 93 | - |
| CMYK | 0 | 0.14 | 0.53 | 0.22 |
| HSL | 44.57º | 0.48% | 0.57% | - |
| HSV(B) | 44.57º | 0.53% | 0.78% | - |
| XYZ | 39.83 | 41.92 | 16.35 | - |
| YUV | 170.18 | 84.45 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 171 | 93 | 0 | 0.14 | 0.53 | 0.22 | 44.57 | 0.48 | 0.57 |
| Hex | C6 | AB | 5D | 0 | E | 35 | 16 | 2D | 30 | 39 |
| Octal | 306 | 253 | 135 | 0 | 16 | 65 | 26 | 55 | 60 | 71 |
| Binary | 11000110 | 10101011 | 1011101 | 0 | 1110 | 110101 | 10110 | 101101 | 110000 | 111001 |
Color Harmonies of #C6AB5D
Complementary color
Monochromatic Colors of #C6AB5D
Black with #C6AB5D
Text Example
Text Example
White with #C6AB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AB5D; }
p { color: rgb(198,171,93); }
H1.HeaderClassName
{
color: #C6AB5D;
}
.AnyTagClassName
{
color: #C6AB5D;
}
</style>
background-color css
<style>
a { background-color: #C6AB5D; }
a { background-color: rgb(198,171,93); }
div.DivClassName
{
background-color: #C6AB5D;
}
.BgClassName
{
background-color: #C6AB5D;
}
</style>
border-color css
<style>
span { border-color: #C6AB5D; }
span { border-color: rgb(198,171,93); }
td.TdClassName
{
border-color: #C6AB5D;
}
.TagClassName
{
border-color: #C6AB5D;
}
</style>