Shades of Laser #C6AF5D
Tints of Laser #C6AF5D
RGB
CMYK
RGB Variations
Color information
#C6AF5D (or 0xC6AF5D) is known color: Laser. HEX triplet: C6, AF and 5D. RGB value is (198,175,93). Sum of RGB (Red+Green+Blue) = 198+175+93=466 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.49% from 466); Green value is 175 (68.75% from 255 or 37.55% from 466); Blue value is 93 (36.72% from 255 or 19.96% from 466); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AF5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6AF5D is #3950A2. Grayscale: #ACACAC. Windows color (decimal): -3756195 or 6139846. OLE color: 6139846.
HSL color Cylindrical-coordinate representation of color #C6AF5D: hue angle of 46.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 #C6AF5D is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 175 | 93 | - |
| CMYK | 0 | 0.12 | 0.53 | 0.22 |
| HSL | 46.86º | 0.48% | 0.57% | - |
| HSV(B) | 46.86º | 0.53% | 0.78% | - |
| XYZ | 40.59 | 43.46 | 16.6 | - |
| YUV | 172.53 | 83.12 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 175 | 93 | 0 | 0.12 | 0.53 | 0.22 | 46.86 | 0.48 | 0.57 |
| Hex | C6 | AF | 5D | 0 | C | 35 | 16 | 2F | 30 | 39 |
| Octal | 306 | 257 | 135 | 0 | 14 | 65 | 26 | 57 | 60 | 71 |
| Binary | 11000110 | 10101111 | 1011101 | 0 | 1100 | 110101 | 10110 | 101111 | 110000 | 111001 |
Color Harmonies of #C6AF5D
Complementary color
Monochromatic Colors of #C6AF5D
Black with #C6AF5D
Text Example
Text Example
White with #C6AF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AF5D; }
p { color: rgb(198,175,93); }
H1.HeaderClassName
{
color: #C6AF5D;
}
.AnyTagClassName
{
color: #C6AF5D;
}
</style>
background-color css
<style>
a { background-color: #C6AF5D; }
a { background-color: rgb(198,175,93); }
div.DivClassName
{
background-color: #C6AF5D;
}
.BgClassName
{
background-color: #C6AF5D;
}
</style>
border-color css
<style>
span { border-color: #C6AF5D; }
span { border-color: rgb(198,175,93); }
td.TdClassName
{
border-color: #C6AF5D;
}
.TagClassName
{
border-color: #C6AF5D;
}
</style>