Shades of Japonica #C1725E
Tints of Japonica #C1725E
RGB
CMYK
RGB Variations
Color information
#C1725E (or 0xC1725E) is known color: Japonica. HEX triplet: C1, 72 and 5E. RGB value is (193,114,94). Sum of RGB (Red+Green+Blue) = 193+114+94=401 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.13% from 401); Green value is 114 (44.92% from 255 or 28.43% from 401); Blue value is 94 (37.11% from 255 or 23.44% from 401); Max value from RGB is 193 - color contains mainly: red. Hex color #C1725E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1725E is #3E8DA1. Grayscale: #878787. Windows color (decimal): -4099490 or 6189761. OLE color: 6189761.
HSL color Cylindrical-coordinate representation of color #C1725E: hue angle of 12.12º 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 #C1725E is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 114 | 94 | - |
| CMYK | 0 | 0.41 | 0.51 | 0.24 |
| HSL | 12.12º | 0.44% | 0.56% | - |
| HSV(B) | 12.12º | 0.51% | 0.76% | - |
| XYZ | 30.03 | 24.18 | 13.67 | - |
| YUV | 135.34 | 104.67 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 114 | 94 | 0 | 0.41 | 0.51 | 0.24 | 12.12 | 0.44 | 0.56 |
| Hex | C1 | 72 | 5E | 0 | 29 | 33 | 18 | C | 2C | 38 |
| Octal | 301 | 162 | 136 | 0 | 51 | 63 | 30 | 14 | 54 | 70 |
| Binary | 11000001 | 1110010 | 1011110 | 0 | 101001 | 110011 | 11000 | 1100 | 101100 | 111000 |
Color Harmonies of #C1725E
Complementary color
Monochromatic Colors of #C1725E
Black with #C1725E
Text Example
Text Example
White with #C1725E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1725E; }
p { color: rgb(193,114,94); }
H1.HeaderClassName
{
color: #C1725E;
}
.AnyTagClassName
{
color: #C1725E;
}
</style>
background-color css
<style>
a { background-color: #C1725E; }
a { background-color: rgb(193,114,94); }
div.DivClassName
{
background-color: #C1725E;
}
.BgClassName
{
background-color: #C1725E;
}
</style>
border-color css
<style>
span { border-color: #C1725E; }
span { border-color: rgb(193,114,94); }
td.TdClassName
{
border-color: #C1725E;
}
.TagClassName
{
border-color: #C1725E;
}
</style>