Shades of Japonica #C2725A
Tints of Japonica #C2725A
RGB
CMYK
RGB Variations
Color information
#C2725A (or 0xC2725A) is known color: Japonica. HEX triplet: C2, 72 and 5A. RGB value is (194,114,90). Sum of RGB (Red+Green+Blue) = 194+114+90=398 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.74% from 398); Green value is 114 (44.92% from 255 or 28.64% from 398); Blue value is 90 (35.55% from 255 or 22.61% from 398); Max value from RGB is 194 - color contains mainly: red. Hex color #C2725A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2725A is #3D8DA5. Grayscale: #878787. Windows color (decimal): -4033958 or 5927618. OLE color: 5927618.
HSL color Cylindrical-coordinate representation of color #C2725A: hue angle of 13.85º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C2725A is Cyan = 0, Magento = 0.41, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 114 | 90 | - |
| CMYK | 0 | 0.41 | 0.54 | 0.24 |
| HSL | 13.85º | 0.46% | 0.56% | - |
| HSV(B) | 13.85º | 0.54% | 0.76% | - |
| XYZ | 30.11 | 24.24 | 12.77 | - |
| YUV | 135.18 | 102.5 | 169.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 114 | 90 | 0 | 0.41 | 0.54 | 0.24 | 13.85 | 0.46 | 0.56 |
| Hex | C2 | 72 | 5A | 0 | 29 | 36 | 18 | E | 2E | 38 |
| Octal | 302 | 162 | 132 | 0 | 51 | 66 | 30 | 16 | 56 | 70 |
| Binary | 11000010 | 1110010 | 1011010 | 0 | 101001 | 110110 | 11000 | 1110 | 101110 | 111000 |
Color Harmonies of #C2725A
Complementary color
Monochromatic Colors of #C2725A
Black with #C2725A
Text Example
Text Example
White with #C2725A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2725A; }
p { color: rgb(194,114,90); }
H1.HeaderClassName
{
color: #C2725A;
}
.AnyTagClassName
{
color: #C2725A;
}
</style>
background-color css
<style>
a { background-color: #C2725A; }
a { background-color: rgb(194,114,90); }
div.DivClassName
{
background-color: #C2725A;
}
.BgClassName
{
background-color: #C2725A;
}
</style>
border-color css
<style>
span { border-color: #C2725A; }
span { border-color: rgb(194,114,90); }
td.TdClassName
{
border-color: #C2725A;
}
.TagClassName
{
border-color: #C2725A;
}
</style>