Shades of Cyprus #0C4649
Tints of Cyprus #0C4649
RGB
CMYK
RGB Variations
Color information
#0C4649 (or 0x0C4649) is known color: Cyprus. HEX triplet: 0C, 46 and 49. RGB value is (12,70,73). Sum of RGB (Red+Green+Blue) = 12+70+73=155 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.74% from 155); Green value is 70 (27.73% from 255 or 45.16% from 155); Blue value is 73 (28.91% from 255 or 47.10% from 155); Max value from RGB is 73 - color contains mainly: blue. Hex color #0C4649 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4649 is #F3B9B6. Grayscale: #343434. Windows color (decimal): -15972791 or 4802060. OLE color: 4802060.
HSL color Cylindrical-coordinate representation of color #0C4649: hue angle of 182.95º 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 #0C4649 is Cyan = 0.84, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 12 | 70 | 73 | - |
| CMYK | 0.84 | 0.04 | 0 | 0.71 |
| HSL | 182.95º | 0.72% | 0.17% | - |
| HSV(B) | 182.95º | 0.84% | 0.29% | - |
| XYZ | 3.54 | 4.94 | 7.07 | - |
| YUV | 53 | 139.28 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 70 | 73 | 0.84 | 0.04 | 0 | 0.71 | 182.95 | 0.72 | 0.17 |
| Hex | C | 46 | 49 | 54 | 4 | 0 | 47 | B7 | 48 | 11 |
| Octal | 14 | 106 | 111 | 124 | 4 | 0 | 107 | 267 | 110 | 21 |
| Binary | 1100 | 1000110 | 1001001 | 1010100 | 100 | 0 | 1000111 | 10110111 | 1001000 | 10001 |
Color Harmonies of #0C4649
Complementary color
Monochromatic Colors of #0C4649
Black with #0C4649
Text Example
Text Example
White with #0C4649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4649; }
p { color: rgb(12,70,73); }
H1.HeaderClassName
{
color: #0C4649;
}
.AnyTagClassName
{
color: #0C4649;
}
</style>
background-color css
<style>
a { background-color: #0C4649; }
a { background-color: rgb(12,70,73); }
div.DivClassName
{
background-color: #0C4649;
}
.BgClassName
{
background-color: #0C4649;
}
</style>
border-color css
<style>
span { border-color: #0C4649; }
span { border-color: rgb(12,70,73); }
td.TdClassName
{
border-color: #0C4649;
}
.TagClassName
{
border-color: #0C4649;
}
</style>