Shades of Japonica #C77360
Tints of Japonica #C77360
RGB
CMYK
RGB Variations
Color information
#C77360 (or 0xC77360) is known color: Japonica. HEX triplet: C7, 73 and 60. RGB value is (199,115,96). Sum of RGB (Red+Green+Blue) = 199+115+96=410 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.54% from 410); Green value is 115 (45.31% from 255 or 28.05% from 410); Blue value is 96 (37.89% from 255 or 23.41% from 410); Max value from RGB is 199 - color contains mainly: red. Hex color #C77360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77360 is #388C9F. Grayscale: #8A8A8A. Windows color (decimal): -3706016 or 6321095. OLE color: 6321095.
HSL color Cylindrical-coordinate representation of color #C77360: hue angle of 11.07º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C77360 is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 115 | 96 | - |
| CMYK | 0 | 0.42 | 0.52 | 0.22 |
| HSL | 11.07º | 0.48% | 0.58% | - |
| HSV(B) | 11.07º | 0.52% | 0.78% | - |
| XYZ | 31.8 | 25.25 | 14.26 | - |
| YUV | 137.95 | 104.33 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 115 | 96 | 0 | 0.42 | 0.52 | 0.22 | 11.07 | 0.48 | 0.58 |
| Hex | C7 | 73 | 60 | 0 | 2A | 34 | 16 | B | 30 | 3A |
| Octal | 307 | 163 | 140 | 0 | 52 | 64 | 26 | 13 | 60 | 72 |
| Binary | 11000111 | 1110011 | 1100000 | 0 | 101010 | 110100 | 10110 | 1011 | 110000 | 111010 |
Color Harmonies of #C77360
Complementary color
Monochromatic Colors of #C77360
Black with #C77360
Text Example
Text Example
White with #C77360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77360; }
p { color: rgb(199,115,96); }
H1.HeaderClassName
{
color: #C77360;
}
.AnyTagClassName
{
color: #C77360;
}
</style>
background-color css
<style>
a { background-color: #C77360; }
a { background-color: rgb(199,115,96); }
div.DivClassName
{
background-color: #C77360;
}
.BgClassName
{
background-color: #C77360;
}
</style>
border-color css
<style>
span { border-color: #C77360; }
span { border-color: rgb(199,115,96); }
td.TdClassName
{
border-color: #C77360;
}
.TagClassName
{
border-color: #C77360;
}
</style>