Shades of Japonica #C77155
Tints of Japonica #C77155
RGB
CMYK
RGB Variations
Color information
#C77155 (or 0xC77155) is known color: Japonica. HEX triplet: C7, 71 and 55. RGB value is (199,113,85). Sum of RGB (Red+Green+Blue) = 199+113+85=397 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.13% from 397); Green value is 113 (44.53% from 255 or 28.46% from 397); Blue value is 85 (33.59% from 255 or 21.41% from 397); Max value from RGB is 199 - color contains mainly: red. Hex color #C77155 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77155 is #388EAA. Grayscale: #878787. Windows color (decimal): -3706539 or 5599687. OLE color: 5599687.
HSL color Cylindrical-coordinate representation of color #C77155: hue angle of 14.74º 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 #C77155 is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 113 | 85 | - |
| CMYK | 0 | 0.43 | 0.57 | 0.22 |
| HSL | 14.74º | 0.5% | 0.56% | - |
| HSV(B) | 14.74º | 0.57% | 0.78% | - |
| XYZ | 31.1 | 24.61 | 11.71 | - |
| YUV | 135.52 | 99.49 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 113 | 85 | 0 | 0.43 | 0.57 | 0.22 | 14.74 | 0.5 | 0.56 |
| Hex | C7 | 71 | 55 | 0 | 2B | 39 | 16 | F | 32 | 38 |
| Octal | 307 | 161 | 125 | 0 | 53 | 71 | 26 | 17 | 62 | 70 |
| Binary | 11000111 | 1110001 | 1010101 | 0 | 101011 | 111001 | 10110 | 1111 | 110010 | 111000 |
Color Harmonies of #C77155
Complementary color
Monochromatic Colors of #C77155
Black with #C77155
Text Example
Text Example
White with #C77155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77155; }
p { color: rgb(199,113,85); }
H1.HeaderClassName
{
color: #C77155;
}
.AnyTagClassName
{
color: #C77155;
}
</style>
background-color css
<style>
a { background-color: #C77155; }
a { background-color: rgb(199,113,85); }
div.DivClassName
{
background-color: #C77155;
}
.BgClassName
{
background-color: #C77155;
}
</style>
border-color css
<style>
span { border-color: #C77155; }
span { border-color: rgb(199,113,85); }
td.TdClassName
{
border-color: #C77155;
}
.TagClassName
{
border-color: #C77155;
}
</style>