Shades of Laser #C6AB58
Tints of Laser #C6AB58
RGB
CMYK
RGB Variations
Color information
#C6AB58 (or 0xC6AB58) is known color: Laser. HEX triplet: C6, AB and 58. RGB value is (198,171,88). Sum of RGB (Red+Green+Blue) = 198+171+88=457 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.33% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 88 (34.77% from 255 or 19.26% from 457); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AB58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6AB58 is #3954A7. Grayscale: #A9A9A9. Windows color (decimal): -3757224 or 5811142. OLE color: 5811142.
HSL color Cylindrical-coordinate representation of color #C6AB58: hue angle of 45.27º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C6AB58 is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 171 | 88 | - |
| CMYK | 0 | 0.14 | 0.56 | 0.22 |
| HSL | 45.27º | 0.49% | 0.56% | - |
| HSV(B) | 45.27º | 0.56% | 0.78% | - |
| XYZ | 39.61 | 41.84 | 15.22 | - |
| YUV | 169.61 | 81.95 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 171 | 88 | 0 | 0.14 | 0.56 | 0.22 | 45.27 | 0.49 | 0.56 |
| Hex | C6 | AB | 58 | 0 | E | 38 | 16 | 2D | 31 | 38 |
| Octal | 306 | 253 | 130 | 0 | 16 | 70 | 26 | 55 | 61 | 70 |
| Binary | 11000110 | 10101011 | 1011000 | 0 | 1110 | 111000 | 10110 | 101101 | 110001 | 111000 |
Color Harmonies of #C6AB58
Complementary color
Monochromatic Colors of #C6AB58
Black with #C6AB58
Text Example
Text Example
White with #C6AB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AB58; }
p { color: rgb(198,171,88); }
H1.HeaderClassName
{
color: #C6AB58;
}
.AnyTagClassName
{
color: #C6AB58;
}
</style>
background-color css
<style>
a { background-color: #C6AB58; }
a { background-color: rgb(198,171,88); }
div.DivClassName
{
background-color: #C6AB58;
}
.BgClassName
{
background-color: #C6AB58;
}
</style>
border-color css
<style>
span { border-color: #C6AB58; }
span { border-color: rgb(198,171,88); }
td.TdClassName
{
border-color: #C6AB58;
}
.TagClassName
{
border-color: #C6AB58;
}
</style>