Shades of Laser #C6AB62
Tints of Laser #C6AB62
RGB
CMYK
RGB Variations
Color information
#C6AB62 (or 0xC6AB62) is known color: Laser. HEX triplet: C6, AB and 62. RGB value is (198,171,98). Sum of RGB (Red+Green+Blue) = 198+171+98=467 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.40% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 98 (38.67% from 255 or 20.99% from 467); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AB62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6AB62 is #39549D. Grayscale: #ABABAB. Windows color (decimal): -3757214 or 6466502. OLE color: 6466502.
HSL color Cylindrical-coordinate representation of color #C6AB62: hue angle of 43.8º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C6AB62 is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 171 | 98 | - |
| CMYK | 0 | 0.14 | 0.51 | 0.22 |
| HSL | 43.8º | 0.47% | 0.58% | - |
| HSV(B) | 43.8º | 0.51% | 0.78% | - |
| XYZ | 40.06 | 42.01 | 17.55 | - |
| YUV | 170.75 | 86.95 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 171 | 98 | 0 | 0.14 | 0.51 | 0.22 | 43.8 | 0.47 | 0.58 |
| Hex | C6 | AB | 62 | 0 | E | 33 | 16 | 2C | 2F | 3A |
| Octal | 306 | 253 | 142 | 0 | 16 | 63 | 26 | 54 | 57 | 72 |
| Binary | 11000110 | 10101011 | 1100010 | 0 | 1110 | 110011 | 10110 | 101100 | 101111 | 111010 |
Color Harmonies of #C6AB62
Complementary color
Monochromatic Colors of #C6AB62
Black with #C6AB62
Text Example
Text Example
White with #C6AB62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AB62; }
p { color: rgb(198,171,98); }
H1.HeaderClassName
{
color: #C6AB62;
}
.AnyTagClassName
{
color: #C6AB62;
}
</style>
background-color css
<style>
a { background-color: #C6AB62; }
a { background-color: rgb(198,171,98); }
div.DivClassName
{
background-color: #C6AB62;
}
.BgClassName
{
background-color: #C6AB62;
}
</style>
border-color css
<style>
span { border-color: #C6AB62; }
span { border-color: rgb(198,171,98); }
td.TdClassName
{
border-color: #C6AB62;
}
.TagClassName
{
border-color: #C6AB62;
}
</style>