Shades of Japonica #C7745C
Tints of Japonica #C7745C
RGB
CMYK
RGB Variations
Color information
#C7745C (or 0xC7745C) is known color: Japonica. HEX triplet: C7, 74 and 5C. RGB value is (199,116,92). Sum of RGB (Red+Green+Blue) = 199+116+92=407 (53% of max value = 765). Red value is 199 (78.12% from 255 or 48.89% from 407); Green value is 116 (45.70% from 255 or 28.50% from 407); Blue value is 92 (36.33% from 255 or 22.60% from 407); Max value from RGB is 199 - color contains mainly: red. Hex color #C7745C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7745C is #388BA3. Grayscale: #8A8A8A. Windows color (decimal): -3705764 or 6059207. OLE color: 6059207.
HSL color Cylindrical-coordinate representation of color #C7745C: hue angle of 13.46º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C7745C is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 116 | 92 | - |
| CMYK | 0 | 0.42 | 0.54 | 0.22 |
| HSL | 13.46º | 0.49% | 0.57% | - |
| HSV(B) | 13.46º | 0.54% | 0.78% | - |
| XYZ | 31.73 | 25.41 | 13.36 | - |
| YUV | 138.08 | 102 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 116 | 92 | 0 | 0.42 | 0.54 | 0.22 | 13.46 | 0.49 | 0.57 |
| Hex | C7 | 74 | 5C | 0 | 2A | 36 | 16 | D | 31 | 39 |
| Octal | 307 | 164 | 134 | 0 | 52 | 66 | 26 | 15 | 61 | 71 |
| Binary | 11000111 | 1110100 | 1011100 | 0 | 101010 | 110110 | 10110 | 1101 | 110001 | 111001 |
Color Harmonies of #C7745C
Complementary color
Monochromatic Colors of #C7745C
Black with #C7745C
Text Example
Text Example
White with #C7745C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7745C; }
p { color: rgb(199,116,92); }
H1.HeaderClassName
{
color: #C7745C;
}
.AnyTagClassName
{
color: #C7745C;
}
</style>
background-color css
<style>
a { background-color: #C7745C; }
a { background-color: rgb(199,116,92); }
div.DivClassName
{
background-color: #C7745C;
}
.BgClassName
{
background-color: #C7745C;
}
</style>
border-color css
<style>
span { border-color: #C7745C; }
span { border-color: rgb(199,116,92); }
td.TdClassName
{
border-color: #C7745C;
}
.TagClassName
{
border-color: #C7745C;
}
</style>