Shades of Cyprus #0C5246
Tints of Cyprus #0C5246
RGB
CMYK
RGB Variations
Color information
#0C5246 (or 0x0C5246) is known color: Cyprus. HEX triplet: 0C, 52 and 46. RGB value is (12,82,70). Sum of RGB (Red+Green+Blue) = 12+82+70=164 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.32% from 164); Green value is 82 (32.42% from 255 or 50% from 164); Blue value is 70 (27.73% from 255 or 42.68% from 164); Max value from RGB is 82 - color contains mainly: green. Hex color #0C5246 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C5246 is #F3ADB9. Grayscale: #3B3B3B. Windows color (decimal): -15969722 or 4608524. OLE color: 4608524.
HSL color Cylindrical-coordinate representation of color #0C5246: hue angle of 169.71º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C5246 is Cyan = 0.85, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 12 | 82 | 70 | - |
| CMYK | 0.85 | 0 | 0.15 | 0.68 |
| HSL | 169.71º | 0.74% | 0.18% | - |
| HSV(B) | 169.71º | 0.85% | 0.32% | - |
| XYZ | 4.27 | 6.55 | 6.83 | - |
| YUV | 59.7 | 133.81 | 93.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 82 | 70 | 0.85 | 0 | 0.15 | 0.68 | 169.71 | 0.74 | 0.18 |
| Hex | C | 52 | 46 | 55 | 0 | F | 44 | AA | 4A | 12 |
| Octal | 14 | 122 | 106 | 125 | 0 | 17 | 104 | 252 | 112 | 22 |
| Binary | 1100 | 1010010 | 1000110 | 1010101 | 0 | 1111 | 1000100 | 10101010 | 1001010 | 10010 |
Color Harmonies of #0C5246
Complementary color
Monochromatic Colors of #0C5246
Black with #0C5246
Text Example
Text Example
White with #0C5246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5246; }
p { color: rgb(12,82,70); }
H1.HeaderClassName
{
color: #0C5246;
}
.AnyTagClassName
{
color: #0C5246;
}
</style>
background-color css
<style>
a { background-color: #0C5246; }
a { background-color: rgb(12,82,70); }
div.DivClassName
{
background-color: #0C5246;
}
.BgClassName
{
background-color: #0C5246;
}
</style>
border-color css
<style>
span { border-color: #0C5246; }
span { border-color: rgb(12,82,70); }
td.TdClassName
{
border-color: #0C5246;
}
.TagClassName
{
border-color: #0C5246;
}
</style>