Shades of Japonica #C27656
Tints of Japonica #C27656
RGB
CMYK
RGB Variations
Color information
#C27656 (or 0xC27656) is known color: Japonica. HEX triplet: C2, 76 and 56. RGB value is (194,118,86). Sum of RGB (Red+Green+Blue) = 194+118+86=398 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.74% from 398); Green value is 118 (46.48% from 255 or 29.65% from 398); Blue value is 86 (33.98% from 255 or 21.61% from 398); Max value from RGB is 194 - color contains mainly: red. Hex color #C27656 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27656 is #3D89A9. Grayscale: #898989. Windows color (decimal): -4032938 or 5666498. OLE color: 5666498.
HSL color Cylindrical-coordinate representation of color #C27656: hue angle of 17.78º 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 #C27656 is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 118 | 86 | - |
| CMYK | 0 | 0.39 | 0.56 | 0.24 |
| HSL | 17.78º | 0.47% | 0.55% | - |
| HSV(B) | 17.78º | 0.56% | 0.76% | - |
| XYZ | 30.41 | 25.1 | 12.05 | - |
| YUV | 137.08 | 99.18 | 168.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 118 | 86 | 0 | 0.39 | 0.56 | 0.24 | 17.78 | 0.47 | 0.55 |
| Hex | C2 | 76 | 56 | 0 | 27 | 38 | 18 | 12 | 2F | 37 |
| Octal | 302 | 166 | 126 | 0 | 47 | 70 | 30 | 22 | 57 | 67 |
| Binary | 11000010 | 1110110 | 1010110 | 0 | 100111 | 111000 | 11000 | 10010 | 101111 | 110111 |
Color Harmonies of #C27656
Complementary color
Monochromatic Colors of #C27656
Black with #C27656
Text Example
Text Example
White with #C27656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27656; }
p { color: rgb(194,118,86); }
H1.HeaderClassName
{
color: #C27656;
}
.AnyTagClassName
{
color: #C27656;
}
</style>
background-color css
<style>
a { background-color: #C27656; }
a { background-color: rgb(194,118,86); }
div.DivClassName
{
background-color: #C27656;
}
.BgClassName
{
background-color: #C27656;
}
</style>
border-color css
<style>
span { border-color: #C27656; }
span { border-color: rgb(194,118,86); }
td.TdClassName
{
border-color: #C27656;
}
.TagClassName
{
border-color: #C27656;
}
</style>