Shades of Japonica #C17D56
Tints of Japonica #C17D56
RGB
CMYK
RGB Variations
Color information
#C17D56 (or 0xC17D56) is known color: Japonica. HEX triplet: C1, 7D and 56. RGB value is (193,125,86). Sum of RGB (Red+Green+Blue) = 193+125+86=404 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.77% from 404); Green value is 125 (49.22% from 255 or 30.94% from 404); Blue value is 86 (33.98% from 255 or 21.29% from 404); Max value from RGB is 193 - color contains mainly: red. Hex color #C17D56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17D56 is #3E82A9. Grayscale: #8D8D8D. Windows color (decimal): -4096682 or 5668289. OLE color: 5668289.
HSL color Cylindrical-coordinate representation of color #C17D56: hue angle of 21.87º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C17D56 is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 125 | 86 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.24 |
| HSL | 21.87º | 0.46% | 0.55% | - |
| HSV(B) | 21.87º | 0.55% | 0.76% | - |
| XYZ | 31.01 | 26.68 | 12.32 | - |
| YUV | 140.89 | 97.03 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 125 | 86 | 0 | 0.35 | 0.55 | 0.24 | 21.87 | 0.46 | 0.55 |
| Hex | C1 | 7D | 56 | 0 | 23 | 37 | 18 | 16 | 2E | 37 |
| Octal | 301 | 175 | 126 | 0 | 43 | 67 | 30 | 26 | 56 | 67 |
| Binary | 11000001 | 1111101 | 1010110 | 0 | 100011 | 110111 | 11000 | 10110 | 101110 | 110111 |
Color Harmonies of #C17D56
Complementary color
Monochromatic Colors of #C17D56
Black with #C17D56
Text Example
Text Example
White with #C17D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17D56; }
p { color: rgb(193,125,86); }
H1.HeaderClassName
{
color: #C17D56;
}
.AnyTagClassName
{
color: #C17D56;
}
</style>
background-color css
<style>
a { background-color: #C17D56; }
a { background-color: rgb(193,125,86); }
div.DivClassName
{
background-color: #C17D56;
}
.BgClassName
{
background-color: #C17D56;
}
</style>
border-color css
<style>
span { border-color: #C17D56; }
span { border-color: rgb(193,125,86); }
td.TdClassName
{
border-color: #C17D56;
}
.TagClassName
{
border-color: #C17D56;
}
</style>