Shades of Japonica #C16D55
Tints of Japonica #C16D55
RGB
CMYK
RGB Variations
Color information
#C16D55 (or 0xC16D55) is known color: Japonica. HEX triplet: C1, 6D and 55. RGB value is (193,109,85). Sum of RGB (Red+Green+Blue) = 193+109+85=387 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.87% from 387); Green value is 109 (42.97% from 255 or 28.17% from 387); Blue value is 85 (33.59% from 255 or 21.96% from 387); Max value from RGB is 193 - color contains mainly: red. Hex color #C16D55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16D55 is #3E92AA. Grayscale: #838383. Windows color (decimal): -4100779 or 5598657. OLE color: 5598657.
HSL color Cylindrical-coordinate representation of color #C16D55: hue angle of 13.33º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C16D55 is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 109 | 85 | - |
| CMYK | 0 | 0.44 | 0.56 | 0.24 |
| HSL | 13.33º | 0.47% | 0.55% | - |
| HSV(B) | 13.33º | 0.56% | 0.76% | - |
| XYZ | 29.1 | 22.93 | 11.49 | - |
| YUV | 131.38 | 101.83 | 171.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 109 | 85 | 0 | 0.44 | 0.56 | 0.24 | 13.33 | 0.47 | 0.55 |
| Hex | C1 | 6D | 55 | 0 | 2C | 38 | 18 | D | 2F | 37 |
| Octal | 301 | 155 | 125 | 0 | 54 | 70 | 30 | 15 | 57 | 67 |
| Binary | 11000001 | 1101101 | 1010101 | 0 | 101100 | 111000 | 11000 | 1101 | 101111 | 110111 |
Color Harmonies of #C16D55
Complementary color
Monochromatic Colors of #C16D55
Black with #C16D55
Text Example
Text Example
White with #C16D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16D55; }
p { color: rgb(193,109,85); }
H1.HeaderClassName
{
color: #C16D55;
}
.AnyTagClassName
{
color: #C16D55;
}
</style>
background-color css
<style>
a { background-color: #C16D55; }
a { background-color: rgb(193,109,85); }
div.DivClassName
{
background-color: #C16D55;
}
.BgClassName
{
background-color: #C16D55;
}
</style>
border-color css
<style>
span { border-color: #C16D55; }
span { border-color: rgb(193,109,85); }
td.TdClassName
{
border-color: #C16D55;
}
.TagClassName
{
border-color: #C16D55;
}
</style>