Shades of Japonica #C57762
Tints of Japonica #C57762
RGB
CMYK
RGB Variations
Color information
#C57762 (or 0xC57762) is known color: Japonica. HEX triplet: C5, 77 and 62. RGB value is (197,119,98). Sum of RGB (Red+Green+Blue) = 197+119+98=414 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.58% from 414); Green value is 119 (46.88% from 255 or 28.74% from 414); Blue value is 98 (38.67% from 255 or 23.67% from 414); Max value from RGB is 197 - color contains mainly: red. Hex color #C57762 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57762 is #3A889D. Grayscale: #8C8C8C. Windows color (decimal): -3836062 or 6453189. OLE color: 6453189.
HSL color Cylindrical-coordinate representation of color #C57762: hue angle of 12.73º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C57762 is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 119 | 98 | - |
| CMYK | 0 | 0.40 | 0.50 | 0.23 |
| HSL | 12.73º | 0.46% | 0.58% | - |
| HSV(B) | 12.73º | 0.5% | 0.77% | - |
| XYZ | 31.83 | 25.95 | 14.89 | - |
| YUV | 139.93 | 104.34 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 119 | 98 | 0 | 0.40 | 0.50 | 0.23 | 12.73 | 0.46 | 0.58 |
| Hex | C5 | 77 | 62 | 0 | 28 | 32 | 17 | D | 2E | 3A |
| Octal | 305 | 167 | 142 | 0 | 50 | 62 | 27 | 15 | 56 | 72 |
| Binary | 11000101 | 1110111 | 1100010 | 0 | 101000 | 110010 | 10111 | 1101 | 101110 | 111010 |
Color Harmonies of #C57762
Complementary color
Monochromatic Colors of #C57762
Black with #C57762
Text Example
Text Example
White with #C57762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57762; }
p { color: rgb(197,119,98); }
H1.HeaderClassName
{
color: #C57762;
}
.AnyTagClassName
{
color: #C57762;
}
</style>
background-color css
<style>
a { background-color: #C57762; }
a { background-color: rgb(197,119,98); }
div.DivClassName
{
background-color: #C57762;
}
.BgClassName
{
background-color: #C57762;
}
</style>
border-color css
<style>
span { border-color: #C57762; }
span { border-color: rgb(197,119,98); }
td.TdClassName
{
border-color: #C57762;
}
.TagClassName
{
border-color: #C57762;
}
</style>