Shades of Cyprus #0C4B44
Tints of Cyprus #0C4B44
RGB
CMYK
RGB Variations
Color information
#0C4B44 (or 0x0C4B44) is known color: Cyprus. HEX triplet: 0C, 4B and 44. RGB value is (12,75,68). Sum of RGB (Red+Green+Blue) = 12+75+68=155 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.74% from 155); Green value is 75 (29.69% from 255 or 48.39% from 155); Blue value is 68 (26.95% from 255 or 43.87% from 155); Max value from RGB is 75 - color contains mainly: green. Hex color #0C4B44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4B44 is #F3B4BB. Grayscale: #373737. Windows color (decimal): -15971516 or 4475660. OLE color: 4475660.
HSL color Cylindrical-coordinate representation of color #0C4B44: hue angle of 173.33º 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 #0C4B44 is Cyan = 0.84, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 12 | 75 | 68 | - |
| CMYK | 0.84 | 0 | 0.09 | 0.71 |
| HSL | 173.33º | 0.72% | 0.17% | - |
| HSV(B) | 173.33º | 0.84% | 0.29% | - |
| XYZ | 3.71 | 5.53 | 6.34 | - |
| YUV | 55.37 | 135.13 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 75 | 68 | 0.84 | 0 | 0.09 | 0.71 | 173.33 | 0.72 | 0.17 |
| Hex | C | 4B | 44 | 54 | 0 | 9 | 47 | AD | 48 | 11 |
| Octal | 14 | 113 | 104 | 124 | 0 | 11 | 107 | 255 | 110 | 21 |
| Binary | 1100 | 1001011 | 1000100 | 1010100 | 0 | 1001 | 1000111 | 10101101 | 1001000 | 10001 |
Color Harmonies of #0C4B44
Complementary color
Monochromatic Colors of #0C4B44
Black with #0C4B44
Text Example
Text Example
White with #0C4B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4B44; }
p { color: rgb(12,75,68); }
H1.HeaderClassName
{
color: #0C4B44;
}
.AnyTagClassName
{
color: #0C4B44;
}
</style>
background-color css
<style>
a { background-color: #0C4B44; }
a { background-color: rgb(12,75,68); }
div.DivClassName
{
background-color: #0C4B44;
}
.BgClassName
{
background-color: #0C4B44;
}
</style>
border-color css
<style>
span { border-color: #0C4B44; }
span { border-color: rgb(12,75,68); }
td.TdClassName
{
border-color: #0C4B44;
}
.TagClassName
{
border-color: #0C4B44;
}
</style>