Shades of Japonica #C4755D
Tints of Japonica #C4755D
RGB
CMYK
RGB Variations
Color information
#C4755D (or 0xC4755D) is known color: Japonica. HEX triplet: C4, 75 and 5D. RGB value is (196,117,93). Sum of RGB (Red+Green+Blue) = 196+117+93=406 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.28% from 406); Green value is 117 (46.09% from 255 or 28.82% from 406); Blue value is 93 (36.72% from 255 or 22.91% from 406); Max value from RGB is 196 - color contains mainly: red. Hex color #C4755D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4755D is #3B8AA2. Grayscale: #8A8A8A. Windows color (decimal): -3902115 or 6124996. OLE color: 6124996.
HSL color Cylindrical-coordinate representation of color #C4755D: hue angle of 13.98º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C4755D is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 117 | 93 | - |
| CMYK | 0 | 0.40 | 0.53 | 0.23 |
| HSL | 13.98º | 0.47% | 0.57% | - |
| HSV(B) | 13.98º | 0.53% | 0.77% | - |
| XYZ | 31.1 | 25.25 | 13.59 | - |
| YUV | 137.89 | 102.67 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 117 | 93 | 0 | 0.40 | 0.53 | 0.23 | 13.98 | 0.47 | 0.57 |
| Hex | C4 | 75 | 5D | 0 | 28 | 35 | 17 | E | 2F | 39 |
| Octal | 304 | 165 | 135 | 0 | 50 | 65 | 27 | 16 | 57 | 71 |
| Binary | 11000100 | 1110101 | 1011101 | 0 | 101000 | 110101 | 10111 | 1110 | 101111 | 111001 |
Color Harmonies of #C4755D
Complementary color
Monochromatic Colors of #C4755D
Black with #C4755D
Text Example
Text Example
White with #C4755D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4755D; }
p { color: rgb(196,117,93); }
H1.HeaderClassName
{
color: #C4755D;
}
.AnyTagClassName
{
color: #C4755D;
}
</style>
background-color css
<style>
a { background-color: #C4755D; }
a { background-color: rgb(196,117,93); }
div.DivClassName
{
background-color: #C4755D;
}
.BgClassName
{
background-color: #C4755D;
}
</style>
border-color css
<style>
span { border-color: #C4755D; }
span { border-color: rgb(196,117,93); }
td.TdClassName
{
border-color: #C4755D;
}
.TagClassName
{
border-color: #C4755D;
}
</style>