Shades of Laser #C6B058
Tints of Laser #C6B058
RGB
CMYK
RGB Variations
Color information
#C6B058 (or 0xC6B058) is known color: Laser. HEX triplet: C6, B0 and 58. RGB value is (198,176,88). Sum of RGB (Red+Green+Blue) = 198+176+88=462 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.86% from 462); Green value is 176 (69.14% from 255 or 38.10% from 462); Blue value is 88 (34.77% from 255 or 19.05% from 462); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B058 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6B058 is #394FA7. Grayscale: #ACACAC. Windows color (decimal): -3755944 or 5812422. OLE color: 5812422.
HSL color Cylindrical-coordinate representation of color #C6B058: hue angle of 48º 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 #C6B058 is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 176 | 88 | - |
| CMYK | 0 | 0.11 | 0.56 | 0.22 |
| HSL | 48º | 0.49% | 0.56% | - |
| HSV(B) | 48º | 0.56% | 0.78% | - |
| XYZ | 40.58 | 43.76 | 15.54 | - |
| YUV | 172.55 | 80.29 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 176 | 88 | 0 | 0.11 | 0.56 | 0.22 | 48 | 0.49 | 0.56 |
| Hex | C6 | B0 | 58 | 0 | B | 38 | 16 | 30 | 31 | 38 |
| Octal | 306 | 260 | 130 | 0 | 13 | 70 | 26 | 60 | 61 | 70 |
| Binary | 11000110 | 10110000 | 1011000 | 0 | 1011 | 111000 | 10110 | 110000 | 110001 | 111000 |
Color Harmonies of #C6B058
Complementary color
Monochromatic Colors of #C6B058
Black with #C6B058
Text Example
Text Example
White with #C6B058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B058; }
p { color: rgb(198,176,88); }
H1.HeaderClassName
{
color: #C6B058;
}
.AnyTagClassName
{
color: #C6B058;
}
</style>
background-color css
<style>
a { background-color: #C6B058; }
a { background-color: rgb(198,176,88); }
div.DivClassName
{
background-color: #C6B058;
}
.BgClassName
{
background-color: #C6B058;
}
</style>
border-color css
<style>
span { border-color: #C6B058; }
span { border-color: rgb(198,176,88); }
td.TdClassName
{
border-color: #C6B058;
}
.TagClassName
{
border-color: #C6B058;
}
</style>