Shades of Japonica #C17656
Tints of Japonica #C17656
RGB
CMYK
RGB Variations
Color information
#C17656 (or 0xC17656) is known color: Japonica. HEX triplet: C1, 76 and 56. RGB value is (193,118,86). Sum of RGB (Red+Green+Blue) = 193+118+86=397 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.61% from 397); Green value is 118 (46.48% from 255 or 29.72% from 397); Blue value is 86 (33.98% from 255 or 21.66% from 397); Max value from RGB is 193 - color contains mainly: red. Hex color #C17656 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17656 is #3E89A9. Grayscale: #888888. Windows color (decimal): -4098474 or 5666497. OLE color: 5666497.
HSL color Cylindrical-coordinate representation of color #C17656: hue angle of 17.94º 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 #C17656 is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 118 | 86 | - |
| CMYK | 0 | 0.39 | 0.55 | 0.24 |
| HSL | 17.94º | 0.46% | 0.55% | - |
| HSV(B) | 17.94º | 0.55% | 0.76% | - |
| XYZ | 30.15 | 24.97 | 12.03 | - |
| YUV | 136.78 | 99.35 | 168.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 118 | 86 | 0 | 0.39 | 0.55 | 0.24 | 17.94 | 0.46 | 0.55 |
| Hex | C1 | 76 | 56 | 0 | 27 | 37 | 18 | 12 | 2E | 37 |
| Octal | 301 | 166 | 126 | 0 | 47 | 67 | 30 | 22 | 56 | 67 |
| Binary | 11000001 | 1110110 | 1010110 | 0 | 100111 | 110111 | 11000 | 10010 | 101110 | 110111 |
Color Harmonies of #C17656
Complementary color
Monochromatic Colors of #C17656
Black with #C17656
Text Example
Text Example
White with #C17656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17656; }
p { color: rgb(193,118,86); }
H1.HeaderClassName
{
color: #C17656;
}
.AnyTagClassName
{
color: #C17656;
}
</style>
background-color css
<style>
a { background-color: #C17656; }
a { background-color: rgb(193,118,86); }
div.DivClassName
{
background-color: #C17656;
}
.BgClassName
{
background-color: #C17656;
}
</style>
border-color css
<style>
span { border-color: #C17656; }
span { border-color: rgb(193,118,86); }
td.TdClassName
{
border-color: #C17656;
}
.TagClassName
{
border-color: #C17656;
}
</style>