Shades of Cyprus #0C4C48
Tints of Cyprus #0C4C48
RGB
CMYK
RGB Variations
Color information
#0C4C48 (or 0x0C4C48) is known color: Cyprus. HEX triplet: 0C, 4C and 48. RGB value is (12,76,72). Sum of RGB (Red+Green+Blue) = 12+76+72=160 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.5% from 160); Green value is 76 (30.08% from 255 or 47.5% from 160); Blue value is 72 (28.52% from 255 or 45% from 160); Max value from RGB is 76 - color contains mainly: green. Hex color #0C4C48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4C48 is #F3B3B7. Grayscale: #383838. Windows color (decimal): -15971256 or 4738060. OLE color: 4738060.
HSL color Cylindrical-coordinate representation of color #0C4C48: hue angle of 176.25º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C4C48 is Cyan = 0.84, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 12 | 76 | 72 | - |
| CMYK | 0.84 | 0 | 0.05 | 0.70 |
| HSL | 176.25º | 0.73% | 0.17% | - |
| HSV(B) | 176.25º | 0.84% | 0.3% | - |
| XYZ | 3.91 | 5.71 | 7.03 | - |
| YUV | 56.41 | 136.8 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 76 | 72 | 0.84 | 0 | 0.05 | 0.70 | 176.25 | 0.73 | 0.17 |
| Hex | C | 4C | 48 | 54 | 0 | 5 | 46 | B0 | 49 | 11 |
| Octal | 14 | 114 | 110 | 124 | 0 | 5 | 106 | 260 | 111 | 21 |
| Binary | 1100 | 1001100 | 1001000 | 1010100 | 0 | 101 | 1000110 | 10110000 | 1001001 | 10001 |
Color Harmonies of #0C4C48
Complementary color
Monochromatic Colors of #0C4C48
Black with #0C4C48
Text Example
Text Example
White with #0C4C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4C48; }
p { color: rgb(12,76,72); }
H1.HeaderClassName
{
color: #0C4C48;
}
.AnyTagClassName
{
color: #0C4C48;
}
</style>
background-color css
<style>
a { background-color: #0C4C48; }
a { background-color: rgb(12,76,72); }
div.DivClassName
{
background-color: #0C4C48;
}
.BgClassName
{
background-color: #0C4C48;
}
</style>
border-color css
<style>
span { border-color: #0C4C48; }
span { border-color: rgb(12,76,72); }
td.TdClassName
{
border-color: #0C4C48;
}
.TagClassName
{
border-color: #0C4C48;
}
</style>