Shades of Japonica #C17557
Tints of Japonica #C17557
RGB
CMYK
RGB Variations
Color information
#C17557 (or 0xC17557) is known color: Japonica. HEX triplet: C1, 75 and 57. RGB value is (193,117,87). Sum of RGB (Red+Green+Blue) = 193+117+87=397 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.61% from 397); Green value is 117 (46.09% from 255 or 29.47% from 397); Blue value is 87 (34.38% from 255 or 21.91% from 397); Max value from RGB is 193 - color contains mainly: red. Hex color #C17557 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17557 is #3E8AA8. Grayscale: #888888. Windows color (decimal): -4098729 or 5731777. OLE color: 5731777.
HSL color Cylindrical-coordinate representation of color #C17557: hue angle of 16.98º 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 #C17557 is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 117 | 87 | - |
| CMYK | 0 | 0.39 | 0.55 | 0.24 |
| HSL | 16.98º | 0.46% | 0.55% | - |
| HSV(B) | 16.98º | 0.55% | 0.76% | - |
| XYZ | 30.07 | 24.75 | 12.21 | - |
| YUV | 136.3 | 100.18 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 117 | 87 | 0 | 0.39 | 0.55 | 0.24 | 16.98 | 0.46 | 0.55 |
| Hex | C1 | 75 | 57 | 0 | 27 | 37 | 18 | 11 | 2E | 37 |
| Octal | 301 | 165 | 127 | 0 | 47 | 67 | 30 | 21 | 56 | 67 |
| Binary | 11000001 | 1110101 | 1010111 | 0 | 100111 | 110111 | 11000 | 10001 | 101110 | 110111 |
Color Harmonies of #C17557
Complementary color
Monochromatic Colors of #C17557
Black with #C17557
Text Example
Text Example
White with #C17557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17557; }
p { color: rgb(193,117,87); }
H1.HeaderClassName
{
color: #C17557;
}
.AnyTagClassName
{
color: #C17557;
}
</style>
background-color css
<style>
a { background-color: #C17557; }
a { background-color: rgb(193,117,87); }
div.DivClassName
{
background-color: #C17557;
}
.BgClassName
{
background-color: #C17557;
}
</style>
border-color css
<style>
span { border-color: #C17557; }
span { border-color: rgb(193,117,87); }
td.TdClassName
{
border-color: #C17557;
}
.TagClassName
{
border-color: #C17557;
}
</style>