Shades of Laser #C6A059
Tints of Laser #C6A059
RGB
CMYK
RGB Variations
Color information
#C6A059 (or 0xC6A059) is known color: Laser. HEX triplet: C6, A0 and 59. RGB value is (198,160,89). Sum of RGB (Red+Green+Blue) = 198+160+89=447 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.30% from 447); Green value is 160 (62.89% from 255 or 35.79% from 447); Blue value is 89 (35.16% from 255 or 19.91% from 447); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A059 is #395FA6. Grayscale: #A3A3A3. Windows color (decimal): -3760039 or 5873862. OLE color: 5873862.
HSL color Cylindrical-coordinate representation of color #C6A059: hue angle of 39.08º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C6A059 is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 160 | 89 | - |
| CMYK | 0 | 0.19 | 0.55 | 0.22 |
| HSL | 39.08º | 0.49% | 0.56% | - |
| HSV(B) | 39.08º | 0.55% | 0.78% | - |
| XYZ | 37.66 | 37.87 | 14.78 | - |
| YUV | 163.27 | 86.09 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 160 | 89 | 0 | 0.19 | 0.55 | 0.22 | 39.08 | 0.49 | 0.56 |
| Hex | C6 | A0 | 59 | 0 | 13 | 37 | 16 | 27 | 31 | 38 |
| Octal | 306 | 240 | 131 | 0 | 23 | 67 | 26 | 47 | 61 | 70 |
| Binary | 11000110 | 10100000 | 1011001 | 0 | 10011 | 110111 | 10110 | 100111 | 110001 | 111000 |
Color Harmonies of #C6A059
Complementary color
Monochromatic Colors of #C6A059
Black with #C6A059
Text Example
Text Example
White with #C6A059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A059; }
p { color: rgb(198,160,89); }
H1.HeaderClassName
{
color: #C6A059;
}
.AnyTagClassName
{
color: #C6A059;
}
</style>
background-color css
<style>
a { background-color: #C6A059; }
a { background-color: rgb(198,160,89); }
div.DivClassName
{
background-color: #C6A059;
}
.BgClassName
{
background-color: #C6A059;
}
</style>
border-color css
<style>
span { border-color: #C6A059; }
span { border-color: rgb(198,160,89); }
td.TdClassName
{
border-color: #C6A059;
}
.TagClassName
{
border-color: #C6A059;
}
</style>