Shades of Japonica #C77556
Tints of Japonica #C77556
RGB
CMYK
RGB Variations
Color information
#C77556 (or 0xC77556) is known color: Japonica. HEX triplet: C7, 75 and 56. RGB value is (199,117,86). Sum of RGB (Red+Green+Blue) = 199+117+86=402 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.50% from 402); Green value is 117 (46.09% from 255 or 29.10% from 402); Blue value is 86 (33.98% from 255 or 21.39% from 402); Max value from RGB is 199 - color contains mainly: red. Hex color #C77556 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77556 is #388AA9. Grayscale: #8A8A8A. Windows color (decimal): -3705514 or 5666247. OLE color: 5666247.
HSL color Cylindrical-coordinate representation of color #C77556: hue angle of 16.46º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C77556 is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 117 | 86 | - |
| CMYK | 0 | 0.41 | 0.57 | 0.22 |
| HSL | 16.46º | 0.5% | 0.56% | - |
| HSV(B) | 16.46º | 0.57% | 0.78% | - |
| XYZ | 31.59 | 25.54 | 12.07 | - |
| YUV | 137.98 | 98.67 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 117 | 86 | 0 | 0.41 | 0.57 | 0.22 | 16.46 | 0.5 | 0.56 |
| Hex | C7 | 75 | 56 | 0 | 29 | 39 | 16 | 10 | 32 | 38 |
| Octal | 307 | 165 | 126 | 0 | 51 | 71 | 26 | 20 | 62 | 70 |
| Binary | 11000111 | 1110101 | 1010110 | 0 | 101001 | 111001 | 10110 | 10000 | 110010 | 111000 |
Color Harmonies of #C77556
Complementary color
Monochromatic Colors of #C77556
Black with #C77556
Text Example
Text Example
White with #C77556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77556; }
p { color: rgb(199,117,86); }
H1.HeaderClassName
{
color: #C77556;
}
.AnyTagClassName
{
color: #C77556;
}
</style>
background-color css
<style>
a { background-color: #C77556; }
a { background-color: rgb(199,117,86); }
div.DivClassName
{
background-color: #C77556;
}
.BgClassName
{
background-color: #C77556;
}
</style>
border-color css
<style>
span { border-color: #C77556; }
span { border-color: rgb(199,117,86); }
td.TdClassName
{
border-color: #C77556;
}
.TagClassName
{
border-color: #C77556;
}
</style>