Shades of Japonica #C1725B
Tints of Japonica #C1725B
RGB
CMYK
RGB Variations
Color information
#C1725B (or 0xC1725B) is known color: Japonica. HEX triplet: C1, 72 and 5B. RGB value is (193,114,91). Sum of RGB (Red+Green+Blue) = 193+114+91=398 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.49% from 398); Green value is 114 (44.92% from 255 or 28.64% from 398); Blue value is 91 (35.94% from 255 or 22.86% from 398); Max value from RGB is 193 - color contains mainly: red. Hex color #C1725B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1725B is #3E8DA4. Grayscale: #878787. Windows color (decimal): -4099493 or 5993153. OLE color: 5993153.
HSL color Cylindrical-coordinate representation of color #C1725B: hue angle of 13.53º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C1725B is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 114 | 91 | - |
| CMYK | 0 | 0.41 | 0.53 | 0.24 |
| HSL | 13.53º | 0.45% | 0.56% | - |
| HSV(B) | 13.53º | 0.53% | 0.76% | - |
| XYZ | 29.9 | 24.13 | 12.98 | - |
| YUV | 135 | 103.17 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 114 | 91 | 0 | 0.41 | 0.53 | 0.24 | 13.53 | 0.45 | 0.56 |
| Hex | C1 | 72 | 5B | 0 | 29 | 35 | 18 | E | 2D | 38 |
| Octal | 301 | 162 | 133 | 0 | 51 | 65 | 30 | 16 | 55 | 70 |
| Binary | 11000001 | 1110010 | 1011011 | 0 | 101001 | 110101 | 11000 | 1110 | 101101 | 111000 |
Color Harmonies of #C1725B
Complementary color
Monochromatic Colors of #C1725B
Black with #C1725B
Text Example
Text Example
White with #C1725B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1725B; }
p { color: rgb(193,114,91); }
H1.HeaderClassName
{
color: #C1725B;
}
.AnyTagClassName
{
color: #C1725B;
}
</style>
background-color css
<style>
a { background-color: #C1725B; }
a { background-color: rgb(193,114,91); }
div.DivClassName
{
background-color: #C1725B;
}
.BgClassName
{
background-color: #C1725B;
}
</style>
border-color css
<style>
span { border-color: #C1725B; }
span { border-color: rgb(193,114,91); }
td.TdClassName
{
border-color: #C1725B;
}
.TagClassName
{
border-color: #C1725B;
}
</style>