Shades of Japonica #C1745F
Tints of Japonica #C1745F
RGB
CMYK
RGB Variations
Color information
#C1745F (or 0xC1745F) is known color: Japonica. HEX triplet: C1, 74 and 5F. RGB value is (193,116,95). Sum of RGB (Red+Green+Blue) = 193+116+95=404 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.77% from 404); Green value is 116 (45.70% from 255 or 28.71% from 404); Blue value is 95 (37.5% from 255 or 23.51% from 404); Max value from RGB is 193 - color contains mainly: red. Hex color #C1745F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1745F is #3E8BA0. Grayscale: #888888. Windows color (decimal): -4098977 or 6255809. OLE color: 6255809.
HSL color Cylindrical-coordinate representation of color #C1745F: hue angle of 12.86º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C1745F is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 116 | 95 | - |
| CMYK | 0 | 0.40 | 0.51 | 0.24 |
| HSL | 12.86º | 0.44% | 0.56% | - |
| HSV(B) | 12.86º | 0.51% | 0.76% | - |
| XYZ | 30.3 | 24.65 | 13.99 | - |
| YUV | 136.63 | 104.51 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 116 | 95 | 0 | 0.40 | 0.51 | 0.24 | 12.86 | 0.44 | 0.56 |
| Hex | C1 | 74 | 5F | 0 | 28 | 33 | 18 | D | 2C | 38 |
| Octal | 301 | 164 | 137 | 0 | 50 | 63 | 30 | 15 | 54 | 70 |
| Binary | 11000001 | 1110100 | 1011111 | 0 | 101000 | 110011 | 11000 | 1101 | 101100 | 111000 |
Color Harmonies of #C1745F
Complementary color
Monochromatic Colors of #C1745F
Black with #C1745F
Text Example
Text Example
White with #C1745F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1745F; }
p { color: rgb(193,116,95); }
H1.HeaderClassName
{
color: #C1745F;
}
.AnyTagClassName
{
color: #C1745F;
}
</style>
background-color css
<style>
a { background-color: #C1745F; }
a { background-color: rgb(193,116,95); }
div.DivClassName
{
background-color: #C1745F;
}
.BgClassName
{
background-color: #C1745F;
}
</style>
border-color css
<style>
span { border-color: #C1745F; }
span { border-color: rgb(193,116,95); }
td.TdClassName
{
border-color: #C1745F;
}
.TagClassName
{
border-color: #C1745F;
}
</style>