Shades of Japonica #C3755F
Tints of Japonica #C3755F
RGB
CMYK
RGB Variations
Color information
#C3755F (or 0xC3755F) is known color: Japonica. HEX triplet: C3, 75 and 5F. RGB value is (195,117,95). Sum of RGB (Red+Green+Blue) = 195+117+95=407 (53% of max value = 765). Red value is 195 (76.56% from 255 or 47.91% from 407); Green value is 117 (46.09% from 255 or 28.75% from 407); Blue value is 95 (37.5% from 255 or 23.34% from 407); Max value from RGB is 195 - color contains mainly: red. Hex color #C3755F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3755F is #3C8AA0. Grayscale: #898989. Windows color (decimal): -3967649 or 6256067. OLE color: 6256067.
HSL color Cylindrical-coordinate representation of color #C3755F: hue angle of 13.2º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C3755F is Cyan = 0, Magento = 0.4, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 117 | 95 | - |
| CMYK | 0 | 0.4 | 0.51 | 0.24 |
| HSL | 13.2º | 0.45% | 0.57% | - |
| HSV(B) | 13.2º | 0.51% | 0.76% | - |
| XYZ | 30.93 | 25.15 | 14.05 | - |
| YUV | 137.81 | 103.84 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 117 | 95 | 0 | 0.4 | 0.51 | 0.24 | 13.2 | 0.45 | 0.57 |
| Hex | C3 | 75 | 5F | 0 | 28 | 33 | 18 | D | 2D | 39 |
| Octal | 303 | 165 | 137 | 0 | 50 | 63 | 30 | 15 | 55 | 71 |
| Binary | 11000011 | 1110101 | 1011111 | 0 | 101000 | 110011 | 11000 | 1101 | 101101 | 111001 |
Color Harmonies of #C3755F
Complementary color
Monochromatic Colors of #C3755F
Black with #C3755F
Text Example
Text Example
White with #C3755F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3755F; }
p { color: rgb(195,117,95); }
H1.HeaderClassName
{
color: #C3755F;
}
.AnyTagClassName
{
color: #C3755F;
}
</style>
background-color css
<style>
a { background-color: #C3755F; }
a { background-color: rgb(195,117,95); }
div.DivClassName
{
background-color: #C3755F;
}
.BgClassName
{
background-color: #C3755F;
}
</style>
border-color css
<style>
span { border-color: #C3755F; }
span { border-color: rgb(195,117,95); }
td.TdClassName
{
border-color: #C3755F;
}
.TagClassName
{
border-color: #C3755F;
}
</style>