Shades of Japonica #C77159
Tints of Japonica #C77159
RGB
CMYK
RGB Variations
Color information
#C77159 (or 0xC77159) is known color: Japonica. HEX triplet: C7, 71 and 59. RGB value is (199,113,89). Sum of RGB (Red+Green+Blue) = 199+113+89=401 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.63% from 401); Green value is 113 (44.53% from 255 or 28.18% from 401); Blue value is 89 (35.16% from 255 or 22.19% from 401); Max value from RGB is 199 - color contains mainly: red. Hex color #C77159 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77159 is #388EA6. Grayscale: #888888. Windows color (decimal): -3706535 or 5861831. OLE color: 5861831.
HSL color Cylindrical-coordinate representation of color #C77159: hue angle of 13.09º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C77159 is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 113 | 89 | - |
| CMYK | 0 | 0.43 | 0.55 | 0.22 |
| HSL | 13.09º | 0.5% | 0.56% | - |
| HSV(B) | 13.09º | 0.55% | 0.78% | - |
| XYZ | 31.26 | 24.67 | 12.57 | - |
| YUV | 135.98 | 101.49 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 113 | 89 | 0 | 0.43 | 0.55 | 0.22 | 13.09 | 0.5 | 0.56 |
| Hex | C7 | 71 | 59 | 0 | 2B | 37 | 16 | D | 32 | 38 |
| Octal | 307 | 161 | 131 | 0 | 53 | 67 | 26 | 15 | 62 | 70 |
| Binary | 11000111 | 1110001 | 1011001 | 0 | 101011 | 110111 | 10110 | 1101 | 110010 | 111000 |
Color Harmonies of #C77159
Complementary color
Monochromatic Colors of #C77159
Black with #C77159
Text Example
Text Example
White with #C77159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77159; }
p { color: rgb(199,113,89); }
H1.HeaderClassName
{
color: #C77159;
}
.AnyTagClassName
{
color: #C77159;
}
</style>
background-color css
<style>
a { background-color: #C77159; }
a { background-color: rgb(199,113,89); }
div.DivClassName
{
background-color: #C77159;
}
.BgClassName
{
background-color: #C77159;
}
</style>
border-color css
<style>
span { border-color: #C77159; }
span { border-color: rgb(199,113,89); }
td.TdClassName
{
border-color: #C77159;
}
.TagClassName
{
border-color: #C77159;
}
</style>