Shades of Laser #C6B358
Tints of Laser #C6B358
RGB
CMYK
RGB Variations
Color information
#C6B358 (or 0xC6B358) is known color: Laser. HEX triplet: C6, B3 and 58. RGB value is (198,179,88). Sum of RGB (Red+Green+Blue) = 198+179+88=465 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.58% from 465); Green value is 179 (70.31% from 255 or 38.49% from 465); Blue value is 88 (34.77% from 255 or 18.92% from 465); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B358 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6B358 is #394CA7. Grayscale: #AEAEAE. Windows color (decimal): -3755176 or 5813190. OLE color: 5813190.
HSL color Cylindrical-coordinate representation of color #C6B358: hue angle of 49.64º 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 #C6B358 is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 179 | 88 | - |
| CMYK | 0 | 0.10 | 0.56 | 0.22 |
| HSL | 49.64º | 0.49% | 0.56% | - |
| HSV(B) | 49.64º | 0.56% | 0.78% | - |
| XYZ | 41.17 | 44.95 | 15.74 | - |
| YUV | 174.31 | 79.29 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 179 | 88 | 0 | 0.10 | 0.56 | 0.22 | 49.64 | 0.49 | 0.56 |
| Hex | C6 | B3 | 58 | 0 | A | 38 | 16 | 32 | 31 | 38 |
| Octal | 306 | 263 | 130 | 0 | 12 | 70 | 26 | 62 | 61 | 70 |
| Binary | 11000110 | 10110011 | 1011000 | 0 | 1010 | 111000 | 10110 | 110010 | 110001 | 111000 |
Color Harmonies of #C6B358
Complementary color
Monochromatic Colors of #C6B358
Black with #C6B358
Text Example
Text Example
White with #C6B358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B358; }
p { color: rgb(198,179,88); }
H1.HeaderClassName
{
color: #C6B358;
}
.AnyTagClassName
{
color: #C6B358;
}
</style>
background-color css
<style>
a { background-color: #C6B358; }
a { background-color: rgb(198,179,88); }
div.DivClassName
{
background-color: #C6B358;
}
.BgClassName
{
background-color: #C6B358;
}
</style>
border-color css
<style>
span { border-color: #C6B358; }
span { border-color: rgb(198,179,88); }
td.TdClassName
{
border-color: #C6B358;
}
.TagClassName
{
border-color: #C6B358;
}
</style>