Shades of Japonica #C3755E
Tints of Japonica #C3755E
RGB
CMYK
RGB Variations
Color information
#C3755E (or 0xC3755E) is known color: Japonica. HEX triplet: C3, 75 and 5E. RGB value is (195,117,94). Sum of RGB (Red+Green+Blue) = 195+117+94=406 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.03% from 406); Green value is 117 (46.09% from 255 or 28.82% from 406); Blue value is 94 (37.11% from 255 or 23.15% from 406); Max value from RGB is 195 - color contains mainly: red. Hex color #C3755E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3755E is #3C8AA1. Grayscale: #898989. Windows color (decimal): -3967650 or 6190531. OLE color: 6190531.
HSL color Cylindrical-coordinate representation of color #C3755E: hue angle of 13.66º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C3755E is Cyan = 0, Magento = 0.4, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 117 | 94 | - |
| CMYK | 0 | 0.4 | 0.52 | 0.24 |
| HSL | 13.66º | 0.46% | 0.57% | - |
| HSV(B) | 13.66º | 0.52% | 0.76% | - |
| XYZ | 30.89 | 25.13 | 13.81 | - |
| YUV | 137.7 | 103.34 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 117 | 94 | 0 | 0.4 | 0.52 | 0.24 | 13.66 | 0.46 | 0.57 |
| Hex | C3 | 75 | 5E | 0 | 28 | 34 | 18 | E | 2E | 39 |
| Octal | 303 | 165 | 136 | 0 | 50 | 64 | 30 | 16 | 56 | 71 |
| Binary | 11000011 | 1110101 | 1011110 | 0 | 101000 | 110100 | 11000 | 1110 | 101110 | 111001 |
Color Harmonies of #C3755E
Complementary color
Monochromatic Colors of #C3755E
Black with #C3755E
Text Example
Text Example
White with #C3755E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3755E; }
p { color: rgb(195,117,94); }
H1.HeaderClassName
{
color: #C3755E;
}
.AnyTagClassName
{
color: #C3755E;
}
</style>
background-color css
<style>
a { background-color: #C3755E; }
a { background-color: rgb(195,117,94); }
div.DivClassName
{
background-color: #C3755E;
}
.BgClassName
{
background-color: #C3755E;
}
</style>
border-color css
<style>
span { border-color: #C3755E; }
span { border-color: rgb(195,117,94); }
td.TdClassName
{
border-color: #C3755E;
}
.TagClassName
{
border-color: #C3755E;
}
</style>