Shades of Cyprus #0C4149
Tints of Cyprus #0C4149
RGB
CMYK
RGB Variations
Color information
#0C4149 (or 0x0C4149) is known color: Cyprus. HEX triplet: 0C, 41 and 49. RGB value is (12,65,73). Sum of RGB (Red+Green+Blue) = 12+65+73=150 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8% from 150); Green value is 65 (25.78% from 255 or 43.33% from 150); Blue value is 73 (28.91% from 255 or 48.67% from 150); Max value from RGB is 73 - color contains mainly: blue. Hex color #0C4149 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4149 is #F3BEB6. Grayscale: #313131. Windows color (decimal): -15974071 or 4800780. OLE color: 4800780.
HSL color Cylindrical-coordinate representation of color #0C4149: hue angle of 187.87º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C4149 is Cyan = 0.84, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 12 | 65 | 73 | - |
| CMYK | 0.84 | 0.11 | 0 | 0.71 |
| HSL | 187.87º | 0.72% | 0.17% | - |
| HSV(B) | 187.87º | 0.84% | 0.29% | - |
| XYZ | 3.24 | 4.34 | 6.97 | - |
| YUV | 50.07 | 140.94 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 65 | 73 | 0.84 | 0.11 | 0 | 0.71 | 187.87 | 0.72 | 0.17 |
| Hex | C | 41 | 49 | 54 | B | 0 | 47 | BC | 48 | 11 |
| Octal | 14 | 101 | 111 | 124 | 13 | 0 | 107 | 274 | 110 | 21 |
| Binary | 1100 | 1000001 | 1001001 | 1010100 | 1011 | 0 | 1000111 | 10111100 | 1001000 | 10001 |
Color Harmonies of #0C4149
Complementary color
Monochromatic Colors of #0C4149
Black with #0C4149
Text Example
Text Example
White with #0C4149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4149; }
p { color: rgb(12,65,73); }
H1.HeaderClassName
{
color: #0C4149;
}
.AnyTagClassName
{
color: #0C4149;
}
</style>
background-color css
<style>
a { background-color: #0C4149; }
a { background-color: rgb(12,65,73); }
div.DivClassName
{
background-color: #0C4149;
}
.BgClassName
{
background-color: #0C4149;
}
</style>
border-color css
<style>
span { border-color: #0C4149; }
span { border-color: rgb(12,65,73); }
td.TdClassName
{
border-color: #0C4149;
}
.TagClassName
{
border-color: #0C4149;
}
</style>