Shades of Japonica #C17A59
Tints of Japonica #C17A59
RGB
CMYK
RGB Variations
Color information
#C17A59 (or 0xC17A59) is known color: Japonica. HEX triplet: C1, 7A and 59. RGB value is (193,122,89). Sum of RGB (Red+Green+Blue) = 193+122+89=404 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.77% from 404); Green value is 122 (48.05% from 255 or 30.20% from 404); Blue value is 89 (35.16% from 255 or 22.03% from 404); Max value from RGB is 193 - color contains mainly: red. Hex color #C17A59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17A59 is #3E85A6. Grayscale: #8B8B8B. Windows color (decimal): -4097447 or 5864129. OLE color: 5864129.
HSL color Cylindrical-coordinate representation of color #C17A59: hue angle of 19.04º 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 #C17A59 is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 122 | 89 | - |
| CMYK | 0 | 0.37 | 0.54 | 0.24 |
| HSL | 19.04º | 0.46% | 0.55% | - |
| HSV(B) | 19.04º | 0.54% | 0.76% | - |
| XYZ | 30.76 | 25.98 | 12.84 | - |
| YUV | 139.47 | 99.52 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 122 | 89 | 0 | 0.37 | 0.54 | 0.24 | 19.04 | 0.46 | 0.55 |
| Hex | C1 | 7A | 59 | 0 | 25 | 36 | 18 | 13 | 2E | 37 |
| Octal | 301 | 172 | 131 | 0 | 45 | 66 | 30 | 23 | 56 | 67 |
| Binary | 11000001 | 1111010 | 1011001 | 0 | 100101 | 110110 | 11000 | 10011 | 101110 | 110111 |
Color Harmonies of #C17A59
Complementary color
Monochromatic Colors of #C17A59
Black with #C17A59
Text Example
Text Example
White with #C17A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17A59; }
p { color: rgb(193,122,89); }
H1.HeaderClassName
{
color: #C17A59;
}
.AnyTagClassName
{
color: #C17A59;
}
</style>
background-color css
<style>
a { background-color: #C17A59; }
a { background-color: rgb(193,122,89); }
div.DivClassName
{
background-color: #C17A59;
}
.BgClassName
{
background-color: #C17A59;
}
</style>
border-color css
<style>
span { border-color: #C17A59; }
span { border-color: rgb(193,122,89); }
td.TdClassName
{
border-color: #C17A59;
}
.TagClassName
{
border-color: #C17A59;
}
</style>