Shades of Cyprus #0C4C47
Tints of Cyprus #0C4C47
RGB
CMYK
RGB Variations
Color information
#0C4C47 (or 0x0C4C47) is known color: Cyprus. HEX triplet: 0C, 4C and 47. RGB value is (12,76,71). Sum of RGB (Red+Green+Blue) = 12+76+71=159 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.55% from 159); Green value is 76 (30.08% from 255 or 47.80% from 159); Blue value is 71 (28.12% from 255 or 44.65% from 159); Max value from RGB is 76 - color contains mainly: green. Hex color #0C4C47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4C47 is #F3B3B8. Grayscale: #383838. Windows color (decimal): -15971257 or 4672524. OLE color: 4672524.
HSL color Cylindrical-coordinate representation of color #0C4C47: hue angle of 175.31º 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 #0C4C47 is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 12 | 76 | 71 | - |
| CMYK | 0.84 | 0 | 0.07 | 0.70 |
| HSL | 175.31º | 0.73% | 0.17% | - |
| HSV(B) | 175.31º | 0.84% | 0.3% | - |
| XYZ | 3.87 | 5.7 | 6.86 | - |
| YUV | 56.29 | 136.3 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 76 | 71 | 0.84 | 0 | 0.07 | 0.70 | 175.31 | 0.73 | 0.17 |
| Hex | C | 4C | 47 | 54 | 0 | 7 | 46 | AF | 49 | 11 |
| Octal | 14 | 114 | 107 | 124 | 0 | 7 | 106 | 257 | 111 | 21 |
| Binary | 1100 | 1001100 | 1000111 | 1010100 | 0 | 111 | 1000110 | 10101111 | 1001001 | 10001 |
Color Harmonies of #0C4C47
Complementary color
Monochromatic Colors of #0C4C47
Black with #0C4C47
Text Example
Text Example
White with #0C4C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4C47; }
p { color: rgb(12,76,71); }
H1.HeaderClassName
{
color: #0C4C47;
}
.AnyTagClassName
{
color: #0C4C47;
}
</style>
background-color css
<style>
a { background-color: #0C4C47; }
a { background-color: rgb(12,76,71); }
div.DivClassName
{
background-color: #0C4C47;
}
.BgClassName
{
background-color: #0C4C47;
}
</style>
border-color css
<style>
span { border-color: #0C4C47; }
span { border-color: rgb(12,76,71); }
td.TdClassName
{
border-color: #0C4C47;
}
.TagClassName
{
border-color: #0C4C47;
}
</style>