Shades of Japonica #C3725D
Tints of Japonica #C3725D
RGB
CMYK
RGB Variations
Color information
#C3725D (or 0xC3725D) is known color: Japonica. HEX triplet: C3, 72 and 5D. RGB value is (195,114,93). Sum of RGB (Red+Green+Blue) = 195+114+93=402 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.51% from 402); Green value is 114 (44.92% from 255 or 28.36% from 402); Blue value is 93 (36.72% from 255 or 23.13% from 402); Max value from RGB is 195 - color contains mainly: red. Hex color #C3725D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3725D is #3C8DA2. Grayscale: #878787. Windows color (decimal): -3968419 or 6124227. OLE color: 6124227.
HSL color Cylindrical-coordinate representation of color #C3725D: hue angle of 12.35º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C3725D is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 114 | 93 | - |
| CMYK | 0 | 0.42 | 0.52 | 0.24 |
| HSL | 12.35º | 0.46% | 0.56% | - |
| HSV(B) | 12.35º | 0.52% | 0.76% | - |
| XYZ | 30.5 | 24.43 | 13.46 | - |
| YUV | 135.83 | 103.84 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 114 | 93 | 0 | 0.42 | 0.52 | 0.24 | 12.35 | 0.46 | 0.56 |
| Hex | C3 | 72 | 5D | 0 | 2A | 34 | 18 | C | 2E | 38 |
| Octal | 303 | 162 | 135 | 0 | 52 | 64 | 30 | 14 | 56 | 70 |
| Binary | 11000011 | 1110010 | 1011101 | 0 | 101010 | 110100 | 11000 | 1100 | 101110 | 111000 |
Color Harmonies of #C3725D
Complementary color
Monochromatic Colors of #C3725D
Black with #C3725D
Text Example
Text Example
White with #C3725D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3725D; }
p { color: rgb(195,114,93); }
H1.HeaderClassName
{
color: #C3725D;
}
.AnyTagClassName
{
color: #C3725D;
}
</style>
background-color css
<style>
a { background-color: #C3725D; }
a { background-color: rgb(195,114,93); }
div.DivClassName
{
background-color: #C3725D;
}
.BgClassName
{
background-color: #C3725D;
}
</style>
border-color css
<style>
span { border-color: #C3725D; }
span { border-color: rgb(195,114,93); }
td.TdClassName
{
border-color: #C3725D;
}
.TagClassName
{
border-color: #C3725D;
}
</style>