Shades of Laser #C6AC5B
Tints of Laser #C6AC5B
RGB
CMYK
RGB Variations
Color information
#C6AC5B (or 0xC6AC5B) is known color: Laser. HEX triplet: C6, AC and 5B. RGB value is (198,172,91). Sum of RGB (Red+Green+Blue) = 198+172+91=461 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.95% from 461); Green value is 172 (67.58% from 255 or 37.31% from 461); Blue value is 91 (35.94% from 255 or 19.74% from 461); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AC5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6AC5B is #3953A4. Grayscale: #AAAAAA. Windows color (decimal): -3756965 or 6008006. OLE color: 6008006.
HSL color Cylindrical-coordinate representation of color #C6AC5B: hue angle of 45.42º 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 #C6AC5B is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 172 | 91 | - |
| CMYK | 0 | 0.13 | 0.54 | 0.22 |
| HSL | 45.42º | 0.48% | 0.57% | - |
| HSV(B) | 45.42º | 0.54% | 0.78% | - |
| XYZ | 39.93 | 42.27 | 15.95 | - |
| YUV | 170.54 | 83.11 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 172 | 91 | 0 | 0.13 | 0.54 | 0.22 | 45.42 | 0.48 | 0.57 |
| Hex | C6 | AC | 5B | 0 | D | 36 | 16 | 2D | 30 | 39 |
| Octal | 306 | 254 | 133 | 0 | 15 | 66 | 26 | 55 | 60 | 71 |
| Binary | 11000110 | 10101100 | 1011011 | 0 | 1101 | 110110 | 10110 | 101101 | 110000 | 111001 |
Color Harmonies of #C6AC5B
Complementary color
Monochromatic Colors of #C6AC5B
Black with #C6AC5B
Text Example
Text Example
White with #C6AC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AC5B; }
p { color: rgb(198,172,91); }
H1.HeaderClassName
{
color: #C6AC5B;
}
.AnyTagClassName
{
color: #C6AC5B;
}
</style>
background-color css
<style>
a { background-color: #C6AC5B; }
a { background-color: rgb(198,172,91); }
div.DivClassName
{
background-color: #C6AC5B;
}
.BgClassName
{
background-color: #C6AC5B;
}
</style>
border-color css
<style>
span { border-color: #C6AC5B; }
span { border-color: rgb(198,172,91); }
td.TdClassName
{
border-color: #C6AC5B;
}
.TagClassName
{
border-color: #C6AC5B;
}
</style>