Shades of Laser #C6A85B
Tints of Laser #C6A85B
RGB
CMYK
RGB Variations
Color information
#C6A85B (or 0xC6A85B) is known color: Laser. HEX triplet: C6, A8 and 5B. RGB value is (198,168,91). Sum of RGB (Red+Green+Blue) = 198+168+91=457 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.33% from 457); Green value is 168 (66.02% from 255 or 36.76% from 457); Blue value is 91 (35.94% from 255 or 19.91% from 457); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A85B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A85B is #3957A4. Grayscale: #A8A8A8. Windows color (decimal): -3757989 or 6006982. OLE color: 6006982.
HSL color Cylindrical-coordinate representation of color #C6A85B: hue angle of 43.18º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C6A85B is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 168 | 91 | - |
| CMYK | 0 | 0.15 | 0.54 | 0.22 |
| HSL | 43.18º | 0.48% | 0.57% | - |
| HSV(B) | 43.18º | 0.54% | 0.78% | - |
| XYZ | 39.18 | 40.77 | 15.7 | - |
| YUV | 168.19 | 84.44 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 168 | 91 | 0 | 0.15 | 0.54 | 0.22 | 43.18 | 0.48 | 0.57 |
| Hex | C6 | A8 | 5B | 0 | F | 36 | 16 | 2B | 30 | 39 |
| Octal | 306 | 250 | 133 | 0 | 17 | 66 | 26 | 53 | 60 | 71 |
| Binary | 11000110 | 10101000 | 1011011 | 0 | 1111 | 110110 | 10110 | 101011 | 110000 | 111001 |
Color Harmonies of #C6A85B
Complementary color
Monochromatic Colors of #C6A85B
Black with #C6A85B
Text Example
Text Example
White with #C6A85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A85B; }
p { color: rgb(198,168,91); }
H1.HeaderClassName
{
color: #C6A85B;
}
.AnyTagClassName
{
color: #C6A85B;
}
</style>
background-color css
<style>
a { background-color: #C6A85B; }
a { background-color: rgb(198,168,91); }
div.DivClassName
{
background-color: #C6A85B;
}
.BgClassName
{
background-color: #C6A85B;
}
</style>
border-color css
<style>
span { border-color: #C6A85B; }
span { border-color: rgb(198,168,91); }
td.TdClassName
{
border-color: #C6A85B;
}
.TagClassName
{
border-color: #C6A85B;
}
</style>