Shades of Laser #C6A053
Tints of Laser #C6A053
RGB
CMYK
RGB Variations
Color information
#C6A053 (or 0xC6A053) is known color: Laser. HEX triplet: C6, A0 and 53. RGB value is (198,160,83). Sum of RGB (Red+Green+Blue) = 198+160+83=441 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.90% from 441); Green value is 160 (62.89% from 255 or 36.28% from 441); Blue value is 83 (32.81% from 255 or 18.82% from 441); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A053 is #395FAC. Grayscale: #A2A2A2. Windows color (decimal): -3760045 or 5480646. OLE color: 5480646.
HSL color Cylindrical-coordinate representation of color #C6A053: hue angle of 40.17º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C6A053 is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 160 | 83 | - |
| CMYK | 0 | 0.19 | 0.58 | 0.22 |
| HSL | 40.17º | 0.5% | 0.55% | - |
| HSV(B) | 40.17º | 0.58% | 0.78% | - |
| XYZ | 37.42 | 37.77 | 13.5 | - |
| YUV | 162.58 | 83.09 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 160 | 83 | 0 | 0.19 | 0.58 | 0.22 | 40.17 | 0.5 | 0.55 |
| Hex | C6 | A0 | 53 | 0 | 13 | 3A | 16 | 28 | 32 | 37 |
| Octal | 306 | 240 | 123 | 0 | 23 | 72 | 26 | 50 | 62 | 67 |
| Binary | 11000110 | 10100000 | 1010011 | 0 | 10011 | 111010 | 10110 | 101000 | 110010 | 110111 |
Color Harmonies of #C6A053
Complementary color
Monochromatic Colors of #C6A053
Black with #C6A053
Text Example
Text Example
White with #C6A053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A053; }
p { color: rgb(198,160,83); }
H1.HeaderClassName
{
color: #C6A053;
}
.AnyTagClassName
{
color: #C6A053;
}
</style>
background-color css
<style>
a { background-color: #C6A053; }
a { background-color: rgb(198,160,83); }
div.DivClassName
{
background-color: #C6A053;
}
.BgClassName
{
background-color: #C6A053;
}
</style>
border-color css
<style>
span { border-color: #C6A053; }
span { border-color: rgb(198,160,83); }
td.TdClassName
{
border-color: #C6A053;
}
.TagClassName
{
border-color: #C6A053;
}
</style>