Shades of Japonica #C27557
Tints of Japonica #C27557
RGB
CMYK
RGB Variations
Color information
#C27557 (or 0xC27557) is known color: Japonica. HEX triplet: C2, 75 and 57. RGB value is (194,117,87). Sum of RGB (Red+Green+Blue) = 194+117+87=398 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.74% from 398); Green value is 117 (46.09% from 255 or 29.40% from 398); Blue value is 87 (34.38% from 255 or 21.86% from 398); Max value from RGB is 194 - color contains mainly: red. Hex color #C27557 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27557 is #3D8AA8. Grayscale: #888888. Windows color (decimal): -4033193 or 5731778. OLE color: 5731778.
HSL color Cylindrical-coordinate representation of color #C27557: hue angle of 16.82º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C27557 is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 117 | 87 | - |
| CMYK | 0 | 0.40 | 0.55 | 0.24 |
| HSL | 16.82º | 0.47% | 0.55% | - |
| HSV(B) | 16.82º | 0.55% | 0.76% | - |
| XYZ | 30.33 | 24.88 | 12.22 | - |
| YUV | 136.6 | 100.01 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 117 | 87 | 0 | 0.40 | 0.55 | 0.24 | 16.82 | 0.47 | 0.55 |
| Hex | C2 | 75 | 57 | 0 | 28 | 37 | 18 | 11 | 2F | 37 |
| Octal | 302 | 165 | 127 | 0 | 50 | 67 | 30 | 21 | 57 | 67 |
| Binary | 11000010 | 1110101 | 1010111 | 0 | 101000 | 110111 | 11000 | 10001 | 101111 | 110111 |
Color Harmonies of #C27557
Complementary color
Monochromatic Colors of #C27557
Black with #C27557
Text Example
Text Example
White with #C27557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27557; }
p { color: rgb(194,117,87); }
H1.HeaderClassName
{
color: #C27557;
}
.AnyTagClassName
{
color: #C27557;
}
</style>
background-color css
<style>
a { background-color: #C27557; }
a { background-color: rgb(194,117,87); }
div.DivClassName
{
background-color: #C27557;
}
.BgClassName
{
background-color: #C27557;
}
</style>
border-color css
<style>
span { border-color: #C27557; }
span { border-color: rgb(194,117,87); }
td.TdClassName
{
border-color: #C27557;
}
.TagClassName
{
border-color: #C27557;
}
</style>