Shades of Cyprus #0C4B43
Tints of Cyprus #0C4B43
RGB
CMYK
RGB Variations
Color information
#0C4B43 (or 0x0C4B43) is known color: Cyprus. HEX triplet: 0C, 4B and 43. RGB value is (12,75,67). Sum of RGB (Red+Green+Blue) = 12+75+67=154 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.79% from 154); Green value is 75 (29.69% from 255 or 48.70% from 154); Blue value is 67 (26.56% from 255 or 43.51% from 154); Max value from RGB is 75 - color contains mainly: green. Hex color #0C4B43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4B43 is #F3B4BC. Grayscale: #373737. Windows color (decimal): -15971517 or 4410124. OLE color: 4410124.
HSL color Cylindrical-coordinate representation of color #0C4B43: hue angle of 172.38º 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 #0C4B43 is Cyan = 0.84, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 12 | 75 | 67 | - |
| CMYK | 0.84 | 0 | 0.11 | 0.71 |
| HSL | 172.38º | 0.72% | 0.17% | - |
| HSV(B) | 172.38º | 0.84% | 0.29% | - |
| XYZ | 3.68 | 5.52 | 6.18 | - |
| YUV | 55.25 | 134.63 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 75 | 67 | 0.84 | 0 | 0.11 | 0.71 | 172.38 | 0.72 | 0.17 |
| Hex | C | 4B | 43 | 54 | 0 | B | 47 | AC | 48 | 11 |
| Octal | 14 | 113 | 103 | 124 | 0 | 13 | 107 | 254 | 110 | 21 |
| Binary | 1100 | 1001011 | 1000011 | 1010100 | 0 | 1011 | 1000111 | 10101100 | 1001000 | 10001 |
Color Harmonies of #0C4B43
Complementary color
Monochromatic Colors of #0C4B43
Black with #0C4B43
Text Example
Text Example
White with #0C4B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4B43; }
p { color: rgb(12,75,67); }
H1.HeaderClassName
{
color: #0C4B43;
}
.AnyTagClassName
{
color: #0C4B43;
}
</style>
background-color css
<style>
a { background-color: #0C4B43; }
a { background-color: rgb(12,75,67); }
div.DivClassName
{
background-color: #0C4B43;
}
.BgClassName
{
background-color: #0C4B43;
}
</style>
border-color css
<style>
span { border-color: #0C4B43; }
span { border-color: rgb(12,75,67); }
td.TdClassName
{
border-color: #0C4B43;
}
.TagClassName
{
border-color: #0C4B43;
}
</style>