Shades of Japonica #C17C58
Tints of Japonica #C17C58
RGB
CMYK
RGB Variations
Color information
#C17C58 (or 0xC17C58) is known color: Japonica. HEX triplet: C1, 7C and 58. RGB value is (193,124,88). Sum of RGB (Red+Green+Blue) = 193+124+88=405 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.65% from 405); Green value is 124 (48.83% from 255 or 30.62% from 405); Blue value is 88 (34.77% from 255 or 21.73% from 405); Max value from RGB is 193 - color contains mainly: red. Hex color #C17C58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17C58 is #3E83A7. Grayscale: #8C8C8C. Windows color (decimal): -4096936 or 5799105. OLE color: 5799105.
HSL color Cylindrical-coordinate representation of color #C17C58: hue angle of 20.57º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C17C58 is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 124 | 88 | - |
| CMYK | 0 | 0.36 | 0.54 | 0.24 |
| HSL | 20.57º | 0.46% | 0.55% | - |
| HSV(B) | 20.57º | 0.54% | 0.76% | - |
| XYZ | 30.96 | 26.46 | 12.71 | - |
| YUV | 140.53 | 98.36 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 124 | 88 | 0 | 0.36 | 0.54 | 0.24 | 20.57 | 0.46 | 0.55 |
| Hex | C1 | 7C | 58 | 0 | 24 | 36 | 18 | 15 | 2E | 37 |
| Octal | 301 | 174 | 130 | 0 | 44 | 66 | 30 | 25 | 56 | 67 |
| Binary | 11000001 | 1111100 | 1011000 | 0 | 100100 | 110110 | 11000 | 10101 | 101110 | 110111 |
Color Harmonies of #C17C58
Complementary color
Monochromatic Colors of #C17C58
Black with #C17C58
Text Example
Text Example
White with #C17C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17C58; }
p { color: rgb(193,124,88); }
H1.HeaderClassName
{
color: #C17C58;
}
.AnyTagClassName
{
color: #C17C58;
}
</style>
background-color css
<style>
a { background-color: #C17C58; }
a { background-color: rgb(193,124,88); }
div.DivClassName
{
background-color: #C17C58;
}
.BgClassName
{
background-color: #C17C58;
}
</style>
border-color css
<style>
span { border-color: #C17C58; }
span { border-color: rgb(193,124,88); }
td.TdClassName
{
border-color: #C17C58;
}
.TagClassName
{
border-color: #C17C58;
}
</style>