Shades of Japonica #C2725C
Tints of Japonica #C2725C
RGB
CMYK
RGB Variations
Color information
#C2725C (or 0xC2725C) is known color: Japonica. HEX triplet: C2, 72 and 5C. RGB value is (194,114,92). Sum of RGB (Red+Green+Blue) = 194+114+92=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 114 (44.92% from 255 or 28.5% from 400); Blue value is 92 (36.33% from 255 or 23% from 400); Max value from RGB is 194 - color contains mainly: red. Hex color #C2725C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2725C is #3D8DA3. Grayscale: #878787. Windows color (decimal): -4033956 or 6058690. OLE color: 6058690.
HSL color Cylindrical-coordinate representation of color #C2725C: hue angle of 12.94º 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 #C2725C is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 114 | 92 | - |
| CMYK | 0 | 0.41 | 0.53 | 0.24 |
| HSL | 12.94º | 0.46% | 0.56% | - |
| HSV(B) | 12.94º | 0.53% | 0.76% | - |
| XYZ | 30.2 | 24.28 | 13.22 | - |
| YUV | 135.41 | 103.5 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 114 | 92 | 0 | 0.41 | 0.53 | 0.24 | 12.94 | 0.46 | 0.56 |
| Hex | C2 | 72 | 5C | 0 | 29 | 35 | 18 | D | 2E | 38 |
| Octal | 302 | 162 | 134 | 0 | 51 | 65 | 30 | 15 | 56 | 70 |
| Binary | 11000010 | 1110010 | 1011100 | 0 | 101001 | 110101 | 11000 | 1101 | 101110 | 111000 |
Color Harmonies of #C2725C
Complementary color
Monochromatic Colors of #C2725C
Black with #C2725C
Text Example
Text Example
White with #C2725C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2725C; }
p { color: rgb(194,114,92); }
H1.HeaderClassName
{
color: #C2725C;
}
.AnyTagClassName
{
color: #C2725C;
}
</style>
background-color css
<style>
a { background-color: #C2725C; }
a { background-color: rgb(194,114,92); }
div.DivClassName
{
background-color: #C2725C;
}
.BgClassName
{
background-color: #C2725C;
}
</style>
border-color css
<style>
span { border-color: #C2725C; }
span { border-color: rgb(194,114,92); }
td.TdClassName
{
border-color: #C2725C;
}
.TagClassName
{
border-color: #C2725C;
}
</style>