Shades of Japonica #C77359
Tints of Japonica #C77359
RGB
CMYK
RGB Variations
Color information
#C77359 (or 0xC77359) is known color: Japonica. HEX triplet: C7, 73 and 59. RGB value is (199,115,89). Sum of RGB (Red+Green+Blue) = 199+115+89=403 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.38% from 403); Green value is 115 (45.31% from 255 or 28.54% from 403); Blue value is 89 (35.16% from 255 or 22.08% from 403); Max value from RGB is 199 - color contains mainly: red. Hex color #C77359 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77359 is #388CA6. Grayscale: #898989. Windows color (decimal): -3706023 or 5862343. OLE color: 5862343.
HSL color Cylindrical-coordinate representation of color #C77359: hue angle of 14.18º 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 #C77359 is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 115 | 89 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.22 |
| HSL | 14.18º | 0.5% | 0.56% | - |
| HSV(B) | 14.18º | 0.55% | 0.78% | - |
| XYZ | 31.49 | 25.12 | 12.64 | - |
| YUV | 137.15 | 100.83 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 115 | 89 | 0 | 0.42 | 0.55 | 0.22 | 14.18 | 0.5 | 0.56 |
| Hex | C7 | 73 | 59 | 0 | 2A | 37 | 16 | E | 32 | 38 |
| Octal | 307 | 163 | 131 | 0 | 52 | 67 | 26 | 16 | 62 | 70 |
| Binary | 11000111 | 1110011 | 1011001 | 0 | 101010 | 110111 | 10110 | 1110 | 110010 | 111000 |
Color Harmonies of #C77359
Complementary color
Monochromatic Colors of #C77359
Black with #C77359
Text Example
Text Example
White with #C77359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77359; }
p { color: rgb(199,115,89); }
H1.HeaderClassName
{
color: #C77359;
}
.AnyTagClassName
{
color: #C77359;
}
</style>
background-color css
<style>
a { background-color: #C77359; }
a { background-color: rgb(199,115,89); }
div.DivClassName
{
background-color: #C77359;
}
.BgClassName
{
background-color: #C77359;
}
</style>
border-color css
<style>
span { border-color: #C77359; }
span { border-color: rgb(199,115,89); }
td.TdClassName
{
border-color: #C77359;
}
.TagClassName
{
border-color: #C77359;
}
</style>