Shades of Japonica #C27756
Tints of Japonica #C27756
RGB
CMYK
RGB Variations
Color information
#C27756 (or 0xC27756) is known color: Japonica. HEX triplet: C2, 77 and 56. RGB value is (194,119,86). Sum of RGB (Red+Green+Blue) = 194+119+86=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 119 (46.88% from 255 or 29.82% from 399); Blue value is 86 (33.98% from 255 or 21.55% from 399); Max value from RGB is 194 - color contains mainly: red. Hex color #C27756 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27756 is #3D88A9. Grayscale: #898989. Windows color (decimal): -4032682 or 5666754. OLE color: 5666754.
HSL color Cylindrical-coordinate representation of color #C27756: hue angle of 18.33º 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 #C27756 is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 119 | 86 | - |
| CMYK | 0 | 0.39 | 0.56 | 0.24 |
| HSL | 18.33º | 0.47% | 0.55% | - |
| HSV(B) | 18.33º | 0.56% | 0.76% | - |
| XYZ | 30.52 | 25.33 | 12.09 | - |
| YUV | 137.66 | 98.85 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 119 | 86 | 0 | 0.39 | 0.56 | 0.24 | 18.33 | 0.47 | 0.55 |
| Hex | C2 | 77 | 56 | 0 | 27 | 38 | 18 | 12 | 2F | 37 |
| Octal | 302 | 167 | 126 | 0 | 47 | 70 | 30 | 22 | 57 | 67 |
| Binary | 11000010 | 1110111 | 1010110 | 0 | 100111 | 111000 | 11000 | 10010 | 101111 | 110111 |
Color Harmonies of #C27756
Complementary color
Monochromatic Colors of #C27756
Black with #C27756
Text Example
Text Example
White with #C27756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27756; }
p { color: rgb(194,119,86); }
H1.HeaderClassName
{
color: #C27756;
}
.AnyTagClassName
{
color: #C27756;
}
</style>
background-color css
<style>
a { background-color: #C27756; }
a { background-color: rgb(194,119,86); }
div.DivClassName
{
background-color: #C27756;
}
.BgClassName
{
background-color: #C27756;
}
</style>
border-color css
<style>
span { border-color: #C27756; }
span { border-color: rgb(194,119,86); }
td.TdClassName
{
border-color: #C27756;
}
.TagClassName
{
border-color: #C27756;
}
</style>