Shades of Japonica #C4725D
Tints of Japonica #C4725D
RGB
CMYK
RGB Variations
Color information
#C4725D (or 0xC4725D) is known color: Japonica. HEX triplet: C4, 72 and 5D. RGB value is (196,114,93). Sum of RGB (Red+Green+Blue) = 196+114+93=403 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.64% from 403); Green value is 114 (44.92% from 255 or 28.29% from 403); Blue value is 93 (36.72% from 255 or 23.08% from 403); Max value from RGB is 196 - color contains mainly: red. Hex color #C4725D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4725D is #3B8DA2. Grayscale: #888888. Windows color (decimal): -3902883 or 6124228. OLE color: 6124228.
HSL color Cylindrical-coordinate representation of color #C4725D: hue angle of 12.23º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C4725D is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 114 | 93 | - |
| CMYK | 0 | 0.42 | 0.53 | 0.23 |
| HSL | 12.23º | 0.47% | 0.57% | - |
| HSV(B) | 12.23º | 0.53% | 0.77% | - |
| XYZ | 30.76 | 24.56 | 13.48 | - |
| YUV | 136.12 | 103.67 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 114 | 93 | 0 | 0.42 | 0.53 | 0.23 | 12.23 | 0.47 | 0.57 |
| Hex | C4 | 72 | 5D | 0 | 2A | 35 | 17 | C | 2F | 39 |
| Octal | 304 | 162 | 135 | 0 | 52 | 65 | 27 | 14 | 57 | 71 |
| Binary | 11000100 | 1110010 | 1011101 | 0 | 101010 | 110101 | 10111 | 1100 | 101111 | 111001 |
Color Harmonies of #C4725D
Complementary color
Monochromatic Colors of #C4725D
Black with #C4725D
Text Example
Text Example
White with #C4725D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4725D; }
p { color: rgb(196,114,93); }
H1.HeaderClassName
{
color: #C4725D;
}
.AnyTagClassName
{
color: #C4725D;
}
</style>
background-color css
<style>
a { background-color: #C4725D; }
a { background-color: rgb(196,114,93); }
div.DivClassName
{
background-color: #C4725D;
}
.BgClassName
{
background-color: #C4725D;
}
</style>
border-color css
<style>
span { border-color: #C4725D; }
span { border-color: rgb(196,114,93); }
td.TdClassName
{
border-color: #C4725D;
}
.TagClassName
{
border-color: #C4725D;
}
</style>