Shades of Japonica #C16C55
Tints of Japonica #C16C55
RGB
CMYK
RGB Variations
Color information
#C16C55 (or 0xC16C55) is known color: Japonica. HEX triplet: C1, 6C and 55. RGB value is (193,108,85). Sum of RGB (Red+Green+Blue) = 193+108+85=386 (51% of max value = 765). Red value is 193 (75.78% from 255 or 50% from 386); Green value is 108 (42.58% from 255 or 27.98% from 386); Blue value is 85 (33.59% from 255 or 22.02% from 386); Max value from RGB is 193 - color contains mainly: red. Hex color #C16C55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16C55 is #3E93AA. Grayscale: #828282. Windows color (decimal): -4101035 or 5598401. OLE color: 5598401.
HSL color Cylindrical-coordinate representation of color #C16C55: hue angle of 12.78º 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 #C16C55 is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 108 | 85 | - |
| CMYK | 0 | 0.44 | 0.56 | 0.24 |
| HSL | 12.78º | 0.47% | 0.55% | - |
| HSV(B) | 12.78º | 0.56% | 0.76% | - |
| XYZ | 28.99 | 22.72 | 11.45 | - |
| YUV | 130.79 | 102.16 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 108 | 85 | 0 | 0.44 | 0.56 | 0.24 | 12.78 | 0.47 | 0.55 |
| Hex | C1 | 6C | 55 | 0 | 2C | 38 | 18 | D | 2F | 37 |
| Octal | 301 | 154 | 125 | 0 | 54 | 70 | 30 | 15 | 57 | 67 |
| Binary | 11000001 | 1101100 | 1010101 | 0 | 101100 | 111000 | 11000 | 1101 | 101111 | 110111 |
Color Harmonies of #C16C55
Complementary color
Monochromatic Colors of #C16C55
Black with #C16C55
Text Example
Text Example
White with #C16C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16C55; }
p { color: rgb(193,108,85); }
H1.HeaderClassName
{
color: #C16C55;
}
.AnyTagClassName
{
color: #C16C55;
}
</style>
background-color css
<style>
a { background-color: #C16C55; }
a { background-color: rgb(193,108,85); }
div.DivClassName
{
background-color: #C16C55;
}
.BgClassName
{
background-color: #C16C55;
}
</style>
border-color css
<style>
span { border-color: #C16C55; }
span { border-color: rgb(193,108,85); }
td.TdClassName
{
border-color: #C16C55;
}
.TagClassName
{
border-color: #C16C55;
}
</style>