Shades of Watercourse #0C6651
Tints of Watercourse #0C6651
RGB
CMYK
RGB Variations
Color information
#0C6651 (or 0x0C6651) is known color: Watercourse. HEX triplet: 0C, 66 and 51. RGB value is (12,102,81). Sum of RGB (Red+Green+Blue) = 12+102+81=195 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.15% from 195); Green value is 102 (40.23% from 255 or 52.31% from 195); Blue value is 81 (32.03% from 255 or 41.54% from 195); Max value from RGB is 102 - color contains mainly: green. Hex color #0C6651 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6651 is #F399AE. Grayscale: #484848. Windows color (decimal): -15964591 or 5334540. OLE color: 5334540.
HSL color Cylindrical-coordinate representation of color #0C6651: hue angle of 166º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C6651 is Cyan = 0.88, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 12 | 102 | 81 | - |
| CMYK | 0.88 | 0 | 0.21 | 0.6 |
| HSL | 166º | 0.79% | 0.22% | - |
| HSV(B) | 166º | 0.88% | 0.4% | - |
| XYZ | 6.39 | 10.17 | 9.41 | - |
| YUV | 72.7 | 132.68 | 84.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 102 | 81 | 0.88 | 0 | 0.21 | 0.6 | 166 | 0.79 | 0.22 |
| Hex | C | 66 | 51 | 58 | 0 | 15 | 3C | A6 | 4F | 16 |
| Octal | 14 | 146 | 121 | 130 | 0 | 25 | 74 | 246 | 117 | 26 |
| Binary | 1100 | 1100110 | 1010001 | 1011000 | 0 | 10101 | 111100 | 10100110 | 1001111 | 10110 |
Color Harmonies of #0C6651
Complementary color
Monochromatic Colors of #0C6651
Black with #0C6651
Text Example
Text Example
White with #0C6651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6651; }
p { color: rgb(12,102,81); }
H1.HeaderClassName
{
color: #0C6651;
}
.AnyTagClassName
{
color: #0C6651;
}
</style>
background-color css
<style>
a { background-color: #0C6651; }
a { background-color: rgb(12,102,81); }
div.DivClassName
{
background-color: #0C6651;
}
.BgClassName
{
background-color: #0C6651;
}
</style>
border-color css
<style>
span { border-color: #0C6651; }
span { border-color: rgb(12,102,81); }
td.TdClassName
{
border-color: #0C6651;
}
.TagClassName
{
border-color: #0C6651;
}
</style>