Shades of Japonica #C27159
Tints of Japonica #C27159
RGB
CMYK
RGB Variations
Color information
#C27159 (or 0xC27159) is known color: Japonica. HEX triplet: C2, 71 and 59. RGB value is (194,113,89). Sum of RGB (Red+Green+Blue) = 194+113+89=396 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.99% from 396); Green value is 113 (44.53% from 255 or 28.54% from 396); Blue value is 89 (35.16% from 255 or 22.47% from 396); Max value from RGB is 194 - color contains mainly: red. Hex color #C27159 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27159 is #3D8EA6. Grayscale: #868686. Windows color (decimal): -4034215 or 5861826. OLE color: 5861826.
HSL color Cylindrical-coordinate representation of color #C27159: hue angle of 13.71º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C27159 is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 113 | 89 | - |
| CMYK | 0 | 0.42 | 0.54 | 0.24 |
| HSL | 13.71º | 0.46% | 0.55% | - |
| HSV(B) | 13.71º | 0.54% | 0.76% | - |
| XYZ | 29.96 | 24 | 12.5 | - |
| YUV | 134.48 | 102.34 | 170.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 113 | 89 | 0 | 0.42 | 0.54 | 0.24 | 13.71 | 0.46 | 0.55 |
| Hex | C2 | 71 | 59 | 0 | 2A | 36 | 18 | E | 2E | 37 |
| Octal | 302 | 161 | 131 | 0 | 52 | 66 | 30 | 16 | 56 | 67 |
| Binary | 11000010 | 1110001 | 1011001 | 0 | 101010 | 110110 | 11000 | 1110 | 101110 | 110111 |
Color Harmonies of #C27159
Complementary color
Monochromatic Colors of #C27159
Black with #C27159
Text Example
Text Example
White with #C27159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27159; }
p { color: rgb(194,113,89); }
H1.HeaderClassName
{
color: #C27159;
}
.AnyTagClassName
{
color: #C27159;
}
</style>
background-color css
<style>
a { background-color: #C27159; }
a { background-color: rgb(194,113,89); }
div.DivClassName
{
background-color: #C27159;
}
.BgClassName
{
background-color: #C27159;
}
</style>
border-color css
<style>
span { border-color: #C27159; }
span { border-color: rgb(194,113,89); }
td.TdClassName
{
border-color: #C27159;
}
.TagClassName
{
border-color: #C27159;
}
</style>