Shades of Japonica #C27657
Tints of Japonica #C27657
RGB
CMYK
RGB Variations
Color information
#C27657 (or 0xC27657) is known color: Japonica. HEX triplet: C2, 76 and 57. RGB value is (194,118,87). Sum of RGB (Red+Green+Blue) = 194+118+87=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 118 (46.48% from 255 or 29.57% from 399); Blue value is 87 (34.38% from 255 or 21.80% from 399); Max value from RGB is 194 - color contains mainly: red. Hex color #C27657 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27657 is #3D89A8. Grayscale: #898989. Windows color (decimal): -4032937 or 5732034. OLE color: 5732034.
HSL color Cylindrical-coordinate representation of color #C27657: hue angle of 17.38º 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 #C27657 is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 118 | 87 | - |
| CMYK | 0 | 0.39 | 0.55 | 0.24 |
| HSL | 17.38º | 0.47% | 0.55% | - |
| HSV(B) | 17.38º | 0.55% | 0.76% | - |
| XYZ | 30.45 | 25.11 | 12.26 | - |
| YUV | 137.19 | 99.68 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 118 | 87 | 0 | 0.39 | 0.55 | 0.24 | 17.38 | 0.47 | 0.55 |
| Hex | C2 | 76 | 57 | 0 | 27 | 37 | 18 | 11 | 2F | 37 |
| Octal | 302 | 166 | 127 | 0 | 47 | 67 | 30 | 21 | 57 | 67 |
| Binary | 11000010 | 1110110 | 1010111 | 0 | 100111 | 110111 | 11000 | 10001 | 101111 | 110111 |
Color Harmonies of #C27657
Complementary color
Monochromatic Colors of #C27657
Black with #C27657
Text Example
Text Example
White with #C27657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27657; }
p { color: rgb(194,118,87); }
H1.HeaderClassName
{
color: #C27657;
}
.AnyTagClassName
{
color: #C27657;
}
</style>
background-color css
<style>
a { background-color: #C27657; }
a { background-color: rgb(194,118,87); }
div.DivClassName
{
background-color: #C27657;
}
.BgClassName
{
background-color: #C27657;
}
</style>
border-color css
<style>
span { border-color: #C27657; }
span { border-color: rgb(194,118,87); }
td.TdClassName
{
border-color: #C27657;
}
.TagClassName
{
border-color: #C27657;
}
</style>