Shades of Cyprus #0C4240
Tints of Cyprus #0C4240
RGB
CMYK
RGB Variations
Color information
#0C4240 (or 0x0C4240) is known color: Cyprus. HEX triplet: 0C, 42 and 40. RGB value is (12,66,64). Sum of RGB (Red+Green+Blue) = 12+66+64=142 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.45% from 142); Green value is 66 (26.17% from 255 or 46.48% from 142); Blue value is 64 (25.39% from 255 or 45.07% from 142); Max value from RGB is 66 - color contains mainly: green. Hex color #0C4240 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4240 is #F3BDBF. Grayscale: #313131. Windows color (decimal): -15973824 or 4211212. OLE color: 4211212.
HSL color Cylindrical-coordinate representation of color #0C4240: hue angle of 177.78º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0C4240 is Cyan = 0.82, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 12 | 66 | 64 | - |
| CMYK | 0.82 | 0 | 0.03 | 0.74 |
| HSL | 177.78º | 0.69% | 0.15% | - |
| HSV(B) | 177.78º | 0.82% | 0.26% | - |
| XYZ | 3.03 | 4.34 | 5.53 | - |
| YUV | 49.63 | 136.11 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 66 | 64 | 0.82 | 0 | 0.03 | 0.74 | 177.78 | 0.69 | 0.15 |
| Hex | C | 42 | 40 | 52 | 0 | 3 | 4A | B2 | 45 | F |
| Octal | 14 | 102 | 100 | 122 | 0 | 3 | 112 | 262 | 105 | 17 |
| Binary | 1100 | 1000010 | 1000000 | 1010010 | 0 | 11 | 1001010 | 10110010 | 1000101 | 1111 |
Color Harmonies of #0C4240
Complementary color
Monochromatic Colors of #0C4240
Black with #0C4240
Text Example
Text Example
White with #0C4240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4240; }
p { color: rgb(12,66,64); }
H1.HeaderClassName
{
color: #0C4240;
}
.AnyTagClassName
{
color: #0C4240;
}
</style>
background-color css
<style>
a { background-color: #0C4240; }
a { background-color: rgb(12,66,64); }
div.DivClassName
{
background-color: #0C4240;
}
.BgClassName
{
background-color: #0C4240;
}
</style>
border-color css
<style>
span { border-color: #0C4240; }
span { border-color: rgb(12,66,64); }
td.TdClassName
{
border-color: #0C4240;
}
.TagClassName
{
border-color: #0C4240;
}
</style>