Shades of Japonica #C7705D
Tints of Japonica #C7705D
RGB
CMYK
RGB Variations
Color information
#C7705D (or 0xC7705D) is known color: Japonica. HEX triplet: C7, 70 and 5D. RGB value is (199,112,93). Sum of RGB (Red+Green+Blue) = 199+112+93=404 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.26% from 404); Green value is 112 (44.14% from 255 or 27.72% from 404); Blue value is 93 (36.72% from 255 or 23.02% from 404); Max value from RGB is 199 - color contains mainly: red. Hex color #C7705D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7705D is #388FA2. Grayscale: #888888. Windows color (decimal): -3706787 or 6123719. OLE color: 6123719.
HSL color Cylindrical-coordinate representation of color #C7705D: hue angle of 10.75º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C7705D is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 112 | 93 | - |
| CMYK | 0 | 0.44 | 0.53 | 0.22 |
| HSL | 10.75º | 0.49% | 0.57% | - |
| HSV(B) | 10.75º | 0.53% | 0.78% | - |
| XYZ | 31.32 | 24.52 | 13.44 | - |
| YUV | 135.85 | 103.82 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 112 | 93 | 0 | 0.44 | 0.53 | 0.22 | 10.75 | 0.49 | 0.57 |
| Hex | C7 | 70 | 5D | 0 | 2C | 35 | 16 | B | 31 | 39 |
| Octal | 307 | 160 | 135 | 0 | 54 | 65 | 26 | 13 | 61 | 71 |
| Binary | 11000111 | 1110000 | 1011101 | 0 | 101100 | 110101 | 10110 | 1011 | 110001 | 111001 |
Color Harmonies of #C7705D
Complementary color
Monochromatic Colors of #C7705D
Black with #C7705D
Text Example
Text Example
White with #C7705D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7705D; }
p { color: rgb(199,112,93); }
H1.HeaderClassName
{
color: #C7705D;
}
.AnyTagClassName
{
color: #C7705D;
}
</style>
background-color css
<style>
a { background-color: #C7705D; }
a { background-color: rgb(199,112,93); }
div.DivClassName
{
background-color: #C7705D;
}
.BgClassName
{
background-color: #C7705D;
}
</style>
border-color css
<style>
span { border-color: #C7705D; }
span { border-color: rgb(199,112,93); }
td.TdClassName
{
border-color: #C7705D;
}
.TagClassName
{
border-color: #C7705D;
}
</style>