Shades of Japonica #C3705D
Tints of Japonica #C3705D
RGB
CMYK
RGB Variations
Color information
#C3705D (or 0xC3705D) is known color: Japonica. HEX triplet: C3, 70 and 5D. RGB value is (195,112,93). Sum of RGB (Red+Green+Blue) = 195+112+93=400 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.75% from 400); Green value is 112 (44.14% from 255 or 28% from 400); Blue value is 93 (36.72% from 255 or 23.25% from 400); Max value from RGB is 195 - color contains mainly: red. Hex color #C3705D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3705D is #3C8FA2. Grayscale: #868686. Windows color (decimal): -3968931 or 6123715. OLE color: 6123715.
HSL color Cylindrical-coordinate representation of color #C3705D: hue angle of 11.18º 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 #C3705D is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 112 | 93 | - |
| CMYK | 0 | 0.43 | 0.52 | 0.24 |
| HSL | 11.18º | 0.46% | 0.56% | - |
| HSV(B) | 11.18º | 0.52% | 0.76% | - |
| XYZ | 30.28 | 23.98 | 13.39 | - |
| YUV | 134.65 | 104.5 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 112 | 93 | 0 | 0.43 | 0.52 | 0.24 | 11.18 | 0.46 | 0.56 |
| Hex | C3 | 70 | 5D | 0 | 2B | 34 | 18 | B | 2E | 38 |
| Octal | 303 | 160 | 135 | 0 | 53 | 64 | 30 | 13 | 56 | 70 |
| Binary | 11000011 | 1110000 | 1011101 | 0 | 101011 | 110100 | 11000 | 1011 | 101110 | 111000 |
Color Harmonies of #C3705D
Complementary color
Monochromatic Colors of #C3705D
Black with #C3705D
Text Example
Text Example
White with #C3705D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3705D; }
p { color: rgb(195,112,93); }
H1.HeaderClassName
{
color: #C3705D;
}
.AnyTagClassName
{
color: #C3705D;
}
</style>
background-color css
<style>
a { background-color: #C3705D; }
a { background-color: rgb(195,112,93); }
div.DivClassName
{
background-color: #C3705D;
}
.BgClassName
{
background-color: #C3705D;
}
</style>
border-color css
<style>
span { border-color: #C3705D; }
span { border-color: rgb(195,112,93); }
td.TdClassName
{
border-color: #C3705D;
}
.TagClassName
{
border-color: #C3705D;
}
</style>