Shades of Japonica #C17157
Tints of Japonica #C17157
RGB
CMYK
RGB Variations
Color information
#C17157 (or 0xC17157) is known color: Japonica. HEX triplet: C1, 71 and 57. RGB value is (193,113,87). Sum of RGB (Red+Green+Blue) = 193+113+87=393 (52% of max value = 765). Red value is 193 (75.78% from 255 or 49.11% from 393); Green value is 113 (44.53% from 255 or 28.75% from 393); Blue value is 87 (34.38% from 255 or 22.14% from 393); Max value from RGB is 193 - color contains mainly: red. Hex color #C17157 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17157 is #3E8EA8. Grayscale: #868686. Windows color (decimal): -4099753 or 5730753. OLE color: 5730753.
HSL color Cylindrical-coordinate representation of color #C17157: hue angle of 14.72º 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 #C17157 is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 113 | 87 | - |
| CMYK | 0 | 0.41 | 0.55 | 0.24 |
| HSL | 14.72º | 0.46% | 0.55% | - |
| HSV(B) | 14.72º | 0.55% | 0.76% | - |
| XYZ | 29.62 | 23.84 | 12.06 | - |
| YUV | 133.96 | 101.5 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 113 | 87 | 0 | 0.41 | 0.55 | 0.24 | 14.72 | 0.46 | 0.55 |
| Hex | C1 | 71 | 57 | 0 | 29 | 37 | 18 | F | 2E | 37 |
| Octal | 301 | 161 | 127 | 0 | 51 | 67 | 30 | 17 | 56 | 67 |
| Binary | 11000001 | 1110001 | 1010111 | 0 | 101001 | 110111 | 11000 | 1111 | 101110 | 110111 |
Color Harmonies of #C17157
Complementary color
Monochromatic Colors of #C17157
Black with #C17157
Text Example
Text Example
White with #C17157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17157; }
p { color: rgb(193,113,87); }
H1.HeaderClassName
{
color: #C17157;
}
.AnyTagClassName
{
color: #C17157;
}
</style>
background-color css
<style>
a { background-color: #C17157; }
a { background-color: rgb(193,113,87); }
div.DivClassName
{
background-color: #C17157;
}
.BgClassName
{
background-color: #C17157;
}
</style>
border-color css
<style>
span { border-color: #C17157; }
span { border-color: rgb(193,113,87); }
td.TdClassName
{
border-color: #C17157;
}
.TagClassName
{
border-color: #C17157;
}
</style>