Shades of Japonica #C27256
Tints of Japonica #C27256
RGB
CMYK
RGB Variations
Color information
#C27256 (or 0xC27256) is known color: Japonica. HEX triplet: C2, 72 and 56. RGB value is (194,114,86). Sum of RGB (Red+Green+Blue) = 194+114+86=394 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.24% from 394); Green value is 114 (44.92% from 255 or 28.93% from 394); Blue value is 86 (33.98% from 255 or 21.83% from 394); Max value from RGB is 194 - color contains mainly: red. Hex color #C27256 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27256 is #3D8DA9. Grayscale: #868686. Windows color (decimal): -4033962 or 5665474. OLE color: 5665474.
HSL color Cylindrical-coordinate representation of color #C27256: hue angle of 15.56º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C27256 is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 114 | 86 | - |
| CMYK | 0 | 0.41 | 0.56 | 0.24 |
| HSL | 15.56º | 0.47% | 0.55% | - |
| HSV(B) | 15.56º | 0.56% | 0.76% | - |
| XYZ | 29.95 | 24.18 | 11.89 | - |
| YUV | 134.73 | 100.5 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 114 | 86 | 0 | 0.41 | 0.56 | 0.24 | 15.56 | 0.47 | 0.55 |
| Hex | C2 | 72 | 56 | 0 | 29 | 38 | 18 | 10 | 2F | 37 |
| Octal | 302 | 162 | 126 | 0 | 51 | 70 | 30 | 20 | 57 | 67 |
| Binary | 11000010 | 1110010 | 1010110 | 0 | 101001 | 111000 | 11000 | 10000 | 101111 | 110111 |
Color Harmonies of #C27256
Complementary color
Monochromatic Colors of #C27256
Black with #C27256
Text Example
Text Example
White with #C27256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27256; }
p { color: rgb(194,114,86); }
H1.HeaderClassName
{
color: #C27256;
}
.AnyTagClassName
{
color: #C27256;
}
</style>
background-color css
<style>
a { background-color: #C27256; }
a { background-color: rgb(194,114,86); }
div.DivClassName
{
background-color: #C27256;
}
.BgClassName
{
background-color: #C27256;
}
</style>
border-color css
<style>
span { border-color: #C27256; }
span { border-color: rgb(194,114,86); }
td.TdClassName
{
border-color: #C27256;
}
.TagClassName
{
border-color: #C27256;
}
</style>