Shades of Japonica #C77357
Tints of Japonica #C77357
RGB
CMYK
RGB Variations
Color information
#C77357 (or 0xC77357) is known color: Japonica. HEX triplet: C7, 73 and 57. RGB value is (199,115,87). Sum of RGB (Red+Green+Blue) = 199+115+87=401 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.63% from 401); Green value is 115 (45.31% from 255 or 28.68% from 401); Blue value is 87 (34.38% from 255 or 21.70% from 401); Max value from RGB is 199 - color contains mainly: red. Hex color #C77357 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77357 is #388CA8. Grayscale: #898989. Windows color (decimal): -3706025 or 5731271. OLE color: 5731271.
HSL color Cylindrical-coordinate representation of color #C77357: hue angle of 15º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C77357 is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 115 | 87 | - |
| CMYK | 0 | 0.42 | 0.56 | 0.22 |
| HSL | 15º | 0.5% | 0.56% | - |
| HSV(B) | 15º | 0.56% | 0.78% | - |
| XYZ | 31.4 | 25.09 | 12.2 | - |
| YUV | 136.92 | 99.83 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 115 | 87 | 0 | 0.42 | 0.56 | 0.22 | 15 | 0.5 | 0.56 |
| Hex | C7 | 73 | 57 | 0 | 2A | 38 | 16 | F | 32 | 38 |
| Octal | 307 | 163 | 127 | 0 | 52 | 70 | 26 | 17 | 62 | 70 |
| Binary | 11000111 | 1110011 | 1010111 | 0 | 101010 | 111000 | 10110 | 1111 | 110010 | 111000 |
Color Harmonies of #C77357
Complementary color
Monochromatic Colors of #C77357
Black with #C77357
Text Example
Text Example
White with #C77357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77357; }
p { color: rgb(199,115,87); }
H1.HeaderClassName
{
color: #C77357;
}
.AnyTagClassName
{
color: #C77357;
}
</style>
background-color css
<style>
a { background-color: #C77357; }
a { background-color: rgb(199,115,87); }
div.DivClassName
{
background-color: #C77357;
}
.BgClassName
{
background-color: #C77357;
}
</style>
border-color css
<style>
span { border-color: #C77357; }
span { border-color: rgb(199,115,87); }
td.TdClassName
{
border-color: #C77357;
}
.TagClassName
{
border-color: #C77357;
}
</style>