Shades of Japonica #C17259
Tints of Japonica #C17259
RGB
CMYK
RGB Variations
Color information
#C17259 (or 0xC17259) is known color: Japonica. HEX triplet: C1, 72 and 59. RGB value is (193,114,89). Sum of RGB (Red+Green+Blue) = 193+114+89=396 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.74% from 396); Green value is 114 (44.92% from 255 or 28.79% from 396); Blue value is 89 (35.16% from 255 or 22.47% from 396); Max value from RGB is 193 - color contains mainly: red. Hex color #C17259 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17259 is #3E8DA6. Grayscale: #868686. Windows color (decimal): -4099495 or 5862081. OLE color: 5862081.
HSL color Cylindrical-coordinate representation of color #C17259: hue angle of 14.42º 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 #C17259 is Cyan = 0, Magento = 0.41, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 114 | 89 | - |
| CMYK | 0 | 0.41 | 0.54 | 0.24 |
| HSL | 14.42º | 0.46% | 0.55% | - |
| HSV(B) | 14.42º | 0.54% | 0.76% | - |
| XYZ | 29.81 | 24.09 | 12.53 | - |
| YUV | 134.77 | 102.17 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 114 | 89 | 0 | 0.41 | 0.54 | 0.24 | 14.42 | 0.46 | 0.55 |
| Hex | C1 | 72 | 59 | 0 | 29 | 36 | 18 | E | 2E | 37 |
| Octal | 301 | 162 | 131 | 0 | 51 | 66 | 30 | 16 | 56 | 67 |
| Binary | 11000001 | 1110010 | 1011001 | 0 | 101001 | 110110 | 11000 | 1110 | 101110 | 110111 |
Color Harmonies of #C17259
Complementary color
Monochromatic Colors of #C17259
Black with #C17259
Text Example
Text Example
White with #C17259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17259; }
p { color: rgb(193,114,89); }
H1.HeaderClassName
{
color: #C17259;
}
.AnyTagClassName
{
color: #C17259;
}
</style>
background-color css
<style>
a { background-color: #C17259; }
a { background-color: rgb(193,114,89); }
div.DivClassName
{
background-color: #C17259;
}
.BgClassName
{
background-color: #C17259;
}
</style>
border-color css
<style>
span { border-color: #C17259; }
span { border-color: rgb(193,114,89); }
td.TdClassName
{
border-color: #C17259;
}
.TagClassName
{
border-color: #C17259;
}
</style>