Shades of Japonica #C3755D
Tints of Japonica #C3755D
RGB
CMYK
RGB Variations
Color information
#C3755D (or 0xC3755D) is known color: Japonica. HEX triplet: C3, 75 and 5D. RGB value is (195,117,93). Sum of RGB (Red+Green+Blue) = 195+117+93=405 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.15% from 405); Green value is 117 (46.09% from 255 or 28.89% from 405); Blue value is 93 (36.72% from 255 or 22.96% from 405); Max value from RGB is 195 - color contains mainly: red. Hex color #C3755D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3755D is #3C8AA2. Grayscale: #898989. Windows color (decimal): -3967651 or 6124995. OLE color: 6124995.
HSL color Cylindrical-coordinate representation of color #C3755D: hue angle of 14.12º 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 #C3755D is Cyan = 0, Magento = 0.4, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 117 | 93 | - |
| CMYK | 0 | 0.4 | 0.52 | 0.24 |
| HSL | 14.12º | 0.46% | 0.56% | - |
| HSV(B) | 14.12º | 0.52% | 0.76% | - |
| XYZ | 30.84 | 25.12 | 13.58 | - |
| YUV | 137.59 | 102.84 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 117 | 93 | 0 | 0.4 | 0.52 | 0.24 | 14.12 | 0.46 | 0.56 |
| Hex | C3 | 75 | 5D | 0 | 28 | 34 | 18 | E | 2E | 38 |
| Octal | 303 | 165 | 135 | 0 | 50 | 64 | 30 | 16 | 56 | 70 |
| Binary | 11000011 | 1110101 | 1011101 | 0 | 101000 | 110100 | 11000 | 1110 | 101110 | 111000 |
Color Harmonies of #C3755D
Complementary color
Monochromatic Colors of #C3755D
Black with #C3755D
Text Example
Text Example
White with #C3755D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3755D; }
p { color: rgb(195,117,93); }
H1.HeaderClassName
{
color: #C3755D;
}
.AnyTagClassName
{
color: #C3755D;
}
</style>
background-color css
<style>
a { background-color: #C3755D; }
a { background-color: rgb(195,117,93); }
div.DivClassName
{
background-color: #C3755D;
}
.BgClassName
{
background-color: #C3755D;
}
</style>
border-color css
<style>
span { border-color: #C3755D; }
span { border-color: rgb(195,117,93); }
td.TdClassName
{
border-color: #C3755D;
}
.TagClassName
{
border-color: #C3755D;
}
</style>