Shades of Laser #C6A358
Tints of Laser #C6A358
RGB
CMYK
RGB Variations
Color information
#C6A358 (or 0xC6A358) is known color: Laser. HEX triplet: C6, A3 and 58. RGB value is (198,163,88). Sum of RGB (Red+Green+Blue) = 198+163+88=449 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.10% from 449); Green value is 163 (64.06% from 255 or 36.30% from 449); Blue value is 88 (34.77% from 255 or 19.60% from 449); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A358 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A358 is #395CA7. Grayscale: #A5A5A5. Windows color (decimal): -3759272 or 5809094. OLE color: 5809094.
HSL color Cylindrical-coordinate representation of color #C6A358: hue angle of 40.91º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C6A358 is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 163 | 88 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.22 |
| HSL | 40.91º | 0.49% | 0.56% | - |
| HSV(B) | 40.91º | 0.56% | 0.78% | - |
| XYZ | 38.15 | 38.9 | 14.73 | - |
| YUV | 164.92 | 84.6 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 163 | 88 | 0 | 0.18 | 0.56 | 0.22 | 40.91 | 0.49 | 0.56 |
| Hex | C6 | A3 | 58 | 0 | 12 | 38 | 16 | 29 | 31 | 38 |
| Octal | 306 | 243 | 130 | 0 | 22 | 70 | 26 | 51 | 61 | 70 |
| Binary | 11000110 | 10100011 | 1011000 | 0 | 10010 | 111000 | 10110 | 101001 | 110001 | 111000 |
Color Harmonies of #C6A358
Complementary color
Monochromatic Colors of #C6A358
Black with #C6A358
Text Example
Text Example
White with #C6A358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A358; }
p { color: rgb(198,163,88); }
H1.HeaderClassName
{
color: #C6A358;
}
.AnyTagClassName
{
color: #C6A358;
}
</style>
background-color css
<style>
a { background-color: #C6A358; }
a { background-color: rgb(198,163,88); }
div.DivClassName
{
background-color: #C6A358;
}
.BgClassName
{
background-color: #C6A358;
}
</style>
border-color css
<style>
span { border-color: #C6A358; }
span { border-color: rgb(198,163,88); }
td.TdClassName
{
border-color: #C6A358;
}
.TagClassName
{
border-color: #C6A358;
}
</style>