Shades of Japonica #C2725B
Tints of Japonica #C2725B
RGB
CMYK
RGB Variations
Color information
#C2725B (or 0xC2725B) is known color: Japonica. HEX triplet: C2, 72 and 5B. RGB value is (194,114,91). Sum of RGB (Red+Green+Blue) = 194+114+91=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 114 (44.92% from 255 or 28.57% from 399); Blue value is 91 (35.94% from 255 or 22.81% from 399); Max value from RGB is 194 - color contains mainly: red. Hex color #C2725B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2725B is #3D8DA4. Grayscale: #878787. Windows color (decimal): -4033957 or 5993154. OLE color: 5993154.
HSL color Cylindrical-coordinate representation of color #C2725B: hue angle of 13.4º degrees, saturation: 0.46, 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 #C2725B is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 114 | 91 | - |
| CMYK | 0 | 0.41 | 0.53 | 0.24 |
| HSL | 13.4º | 0.46% | 0.56% | - |
| HSV(B) | 13.4º | 0.53% | 0.76% | - |
| XYZ | 30.15 | 24.26 | 12.99 | - |
| YUV | 135.3 | 103 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 114 | 91 | 0 | 0.41 | 0.53 | 0.24 | 13.4 | 0.46 | 0.56 |
| Hex | C2 | 72 | 5B | 0 | 29 | 35 | 18 | D | 2E | 38 |
| Octal | 302 | 162 | 133 | 0 | 51 | 65 | 30 | 15 | 56 | 70 |
| Binary | 11000010 | 1110010 | 1011011 | 0 | 101001 | 110101 | 11000 | 1101 | 101110 | 111000 |
Color Harmonies of #C2725B
Complementary color
Monochromatic Colors of #C2725B
Black with #C2725B
Text Example
Text Example
White with #C2725B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2725B; }
p { color: rgb(194,114,91); }
H1.HeaderClassName
{
color: #C2725B;
}
.AnyTagClassName
{
color: #C2725B;
}
</style>
background-color css
<style>
a { background-color: #C2725B; }
a { background-color: rgb(194,114,91); }
div.DivClassName
{
background-color: #C2725B;
}
.BgClassName
{
background-color: #C2725B;
}
</style>
border-color css
<style>
span { border-color: #C2725B; }
span { border-color: rgb(194,114,91); }
td.TdClassName
{
border-color: #C2725B;
}
.TagClassName
{
border-color: #C2725B;
}
</style>