Shades of Japonica #C17757
Tints of Japonica #C17757
RGB
CMYK
RGB Variations
Color information
#C17757 (or 0xC17757) is known color: Japonica. HEX triplet: C1, 77 and 57. RGB value is (193,119,87). Sum of RGB (Red+Green+Blue) = 193+119+87=399 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.37% from 399); Green value is 119 (46.88% from 255 or 29.82% from 399); Blue value is 87 (34.38% from 255 or 21.80% from 399); Max value from RGB is 193 - color contains mainly: red. Hex color #C17757 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17757 is #3E88A8. Grayscale: #898989. Windows color (decimal): -4098217 or 5732289. OLE color: 5732289.
HSL color Cylindrical-coordinate representation of color #C17757: hue angle of 18.11º 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 #C17757 is Cyan = 0, Magento = 0.38, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 119 | 87 | - |
| CMYK | 0 | 0.38 | 0.55 | 0.24 |
| HSL | 18.11º | 0.46% | 0.55% | - |
| HSV(B) | 18.11º | 0.55% | 0.76% | - |
| XYZ | 30.31 | 25.22 | 12.29 | - |
| YUV | 137.48 | 99.52 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 119 | 87 | 0 | 0.38 | 0.55 | 0.24 | 18.11 | 0.46 | 0.55 |
| Hex | C1 | 77 | 57 | 0 | 26 | 37 | 18 | 12 | 2E | 37 |
| Octal | 301 | 167 | 127 | 0 | 46 | 67 | 30 | 22 | 56 | 67 |
| Binary | 11000001 | 1110111 | 1010111 | 0 | 100110 | 110111 | 11000 | 10010 | 101110 | 110111 |
Color Harmonies of #C17757
Complementary color
Monochromatic Colors of #C17757
Black with #C17757
Text Example
Text Example
White with #C17757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17757; }
p { color: rgb(193,119,87); }
H1.HeaderClassName
{
color: #C17757;
}
.AnyTagClassName
{
color: #C17757;
}
</style>
background-color css
<style>
a { background-color: #C17757; }
a { background-color: rgb(193,119,87); }
div.DivClassName
{
background-color: #C17757;
}
.BgClassName
{
background-color: #C17757;
}
</style>
border-color css
<style>
span { border-color: #C17757; }
span { border-color: rgb(193,119,87); }
td.TdClassName
{
border-color: #C17757;
}
.TagClassName
{
border-color: #C17757;
}
</style>