Shades of Laser #C6A85D
Tints of Laser #C6A85D
RGB
CMYK
RGB Variations
Color information
#C6A85D (or 0xC6A85D) is known color: Laser. HEX triplet: C6, A8 and 5D. RGB value is (198,168,93). Sum of RGB (Red+Green+Blue) = 198+168+93=459 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.14% from 459); Green value is 168 (66.02% from 255 or 36.60% from 459); Blue value is 93 (36.72% from 255 or 20.26% from 459); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A85D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A85D is #3957A2. Grayscale: #A8A8A8. Windows color (decimal): -3757987 or 6138054. OLE color: 6138054.
HSL color Cylindrical-coordinate representation of color #C6A85D: hue angle of 42.86º 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 #C6A85D is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 168 | 93 | - |
| CMYK | 0 | 0.15 | 0.53 | 0.22 |
| HSL | 42.86º | 0.48% | 0.57% | - |
| HSV(B) | 42.86º | 0.53% | 0.78% | - |
| XYZ | 39.27 | 40.8 | 16.16 | - |
| YUV | 168.42 | 85.44 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 168 | 93 | 0 | 0.15 | 0.53 | 0.22 | 42.86 | 0.48 | 0.57 |
| Hex | C6 | A8 | 5D | 0 | F | 35 | 16 | 2B | 30 | 39 |
| Octal | 306 | 250 | 135 | 0 | 17 | 65 | 26 | 53 | 60 | 71 |
| Binary | 11000110 | 10101000 | 1011101 | 0 | 1111 | 110101 | 10110 | 101011 | 110000 | 111001 |
Color Harmonies of #C6A85D
Complementary color
Monochromatic Colors of #C6A85D
Black with #C6A85D
Text Example
Text Example
White with #C6A85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A85D; }
p { color: rgb(198,168,93); }
H1.HeaderClassName
{
color: #C6A85D;
}
.AnyTagClassName
{
color: #C6A85D;
}
</style>
background-color css
<style>
a { background-color: #C6A85D; }
a { background-color: rgb(198,168,93); }
div.DivClassName
{
background-color: #C6A85D;
}
.BgClassName
{
background-color: #C6A85D;
}
</style>
border-color css
<style>
span { border-color: #C6A85D; }
span { border-color: rgb(198,168,93); }
td.TdClassName
{
border-color: #C6A85D;
}
.TagClassName
{
border-color: #C6A85D;
}
</style>