Shades of Japonica #C77559
Tints of Japonica #C77559
RGB
CMYK
RGB Variations
Color information
#C77559 (or 0xC77559) is known color: Japonica. HEX triplet: C7, 75 and 59. RGB value is (199,117,89). Sum of RGB (Red+Green+Blue) = 199+117+89=405 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.14% from 405); Green value is 117 (46.09% from 255 or 28.89% from 405); Blue value is 89 (35.16% from 255 or 21.98% from 405); Max value from RGB is 199 - color contains mainly: red. Hex color #C77559 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77559 is #388AA6. Grayscale: #8A8A8A. Windows color (decimal): -3705511 or 5862855. OLE color: 5862855.
HSL color Cylindrical-coordinate representation of color #C77559: hue angle of 15.27º 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 #C77559 is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 117 | 89 | - |
| CMYK | 0 | 0.41 | 0.55 | 0.22 |
| HSL | 15.27º | 0.5% | 0.56% | - |
| HSV(B) | 15.27º | 0.55% | 0.78% | - |
| XYZ | 31.72 | 25.59 | 12.72 | - |
| YUV | 138.33 | 100.17 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 117 | 89 | 0 | 0.41 | 0.55 | 0.22 | 15.27 | 0.5 | 0.56 |
| Hex | C7 | 75 | 59 | 0 | 29 | 37 | 16 | F | 32 | 38 |
| Octal | 307 | 165 | 131 | 0 | 51 | 67 | 26 | 17 | 62 | 70 |
| Binary | 11000111 | 1110101 | 1011001 | 0 | 101001 | 110111 | 10110 | 1111 | 110010 | 111000 |
Color Harmonies of #C77559
Complementary color
Monochromatic Colors of #C77559
Black with #C77559
Text Example
Text Example
White with #C77559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77559; }
p { color: rgb(199,117,89); }
H1.HeaderClassName
{
color: #C77559;
}
.AnyTagClassName
{
color: #C77559;
}
</style>
background-color css
<style>
a { background-color: #C77559; }
a { background-color: rgb(199,117,89); }
div.DivClassName
{
background-color: #C77559;
}
.BgClassName
{
background-color: #C77559;
}
</style>
border-color css
<style>
span { border-color: #C77559; }
span { border-color: rgb(199,117,89); }
td.TdClassName
{
border-color: #C77559;
}
.TagClassName
{
border-color: #C77559;
}
</style>