Shades of Japonica #C57655
Tints of Japonica #C57655
RGB
CMYK
RGB Variations
Color information
#C57655 (or 0xC57655) is known color: Japonica. HEX triplet: C5, 76 and 55. RGB value is (197,118,85). Sum of RGB (Red+Green+Blue) = 197+118+85=400 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.25% from 400); Green value is 118 (46.48% from 255 or 29.5% from 400); Blue value is 85 (33.59% from 255 or 21.25% from 400); Max value from RGB is 197 - color contains mainly: red. Hex color #C57655 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57655 is #3A89AA. Grayscale: #8A8A8A. Windows color (decimal): -3836331 or 5600965. OLE color: 5600965.
HSL color Cylindrical-coordinate representation of color #C57655: hue angle of 17.68º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C57655 is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 118 | 85 | - |
| CMYK | 0 | 0.40 | 0.57 | 0.23 |
| HSL | 17.68º | 0.49% | 0.55% | - |
| HSV(B) | 17.68º | 0.57% | 0.77% | - |
| XYZ | 31.14 | 25.48 | 11.87 | - |
| YUV | 137.86 | 98.17 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 118 | 85 | 0 | 0.40 | 0.57 | 0.23 | 17.68 | 0.49 | 0.55 |
| Hex | C5 | 76 | 55 | 0 | 28 | 39 | 17 | 12 | 31 | 37 |
| Octal | 305 | 166 | 125 | 0 | 50 | 71 | 27 | 22 | 61 | 67 |
| Binary | 11000101 | 1110110 | 1010101 | 0 | 101000 | 111001 | 10111 | 10010 | 110001 | 110111 |
Color Harmonies of #C57655
Complementary color
Monochromatic Colors of #C57655
Black with #C57655
Text Example
Text Example
White with #C57655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57655; }
p { color: rgb(197,118,85); }
H1.HeaderClassName
{
color: #C57655;
}
.AnyTagClassName
{
color: #C57655;
}
</style>
background-color css
<style>
a { background-color: #C57655; }
a { background-color: rgb(197,118,85); }
div.DivClassName
{
background-color: #C57655;
}
.BgClassName
{
background-color: #C57655;
}
</style>
border-color css
<style>
span { border-color: #C57655; }
span { border-color: rgb(197,118,85); }
td.TdClassName
{
border-color: #C57655;
}
.TagClassName
{
border-color: #C57655;
}
</style>