Shades of Japonica #C7705B
Tints of Japonica #C7705B
RGB
CMYK
RGB Variations
Color information
#C7705B (or 0xC7705B) is known color: Japonica. HEX triplet: C7, 70 and 5B. RGB value is (199,112,91). Sum of RGB (Red+Green+Blue) = 199+112+91=402 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.50% from 402); Green value is 112 (44.14% from 255 or 27.86% from 402); Blue value is 91 (35.94% from 255 or 22.64% from 402); Max value from RGB is 199 - color contains mainly: red. Hex color #C7705B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7705B is #388FA4. Grayscale: #878787. Windows color (decimal): -3706789 or 5992647. OLE color: 5992647.
HSL color Cylindrical-coordinate representation of color #C7705B: hue angle of 11.67º 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 #C7705B is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 112 | 91 | - |
| CMYK | 0 | 0.44 | 0.54 | 0.22 |
| HSL | 11.67º | 0.49% | 0.57% | - |
| HSV(B) | 11.67º | 0.54% | 0.78% | - |
| XYZ | 31.24 | 24.49 | 12.98 | - |
| YUV | 135.62 | 102.82 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 112 | 91 | 0 | 0.44 | 0.54 | 0.22 | 11.67 | 0.49 | 0.57 |
| Hex | C7 | 70 | 5B | 0 | 2C | 36 | 16 | C | 31 | 39 |
| Octal | 307 | 160 | 133 | 0 | 54 | 66 | 26 | 14 | 61 | 71 |
| Binary | 11000111 | 1110000 | 1011011 | 0 | 101100 | 110110 | 10110 | 1100 | 110001 | 111001 |
Color Harmonies of #C7705B
Complementary color
Monochromatic Colors of #C7705B
Black with #C7705B
Text Example
Text Example
White with #C7705B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7705B; }
p { color: rgb(199,112,91); }
H1.HeaderClassName
{
color: #C7705B;
}
.AnyTagClassName
{
color: #C7705B;
}
</style>
background-color css
<style>
a { background-color: #C7705B; }
a { background-color: rgb(199,112,91); }
div.DivClassName
{
background-color: #C7705B;
}
.BgClassName
{
background-color: #C7705B;
}
</style>
border-color css
<style>
span { border-color: #C7705B; }
span { border-color: rgb(199,112,91); }
td.TdClassName
{
border-color: #C7705B;
}
.TagClassName
{
border-color: #C7705B;
}
</style>