Shades of Japonica #C6705E
Tints of Japonica #C6705E
RGB
CMYK
RGB Variations
Color information
#C6705E (or 0xC6705E) is known color: Japonica. HEX triplet: C6, 70 and 5E. RGB value is (198,112,94). Sum of RGB (Red+Green+Blue) = 198+112+94=404 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.01% from 404); Green value is 112 (44.14% from 255 or 27.72% from 404); Blue value is 94 (37.11% from 255 or 23.27% from 404); Max value from RGB is 198 - color contains mainly: red. Hex color #C6705E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6705E is #398FA1. Grayscale: #878787. Windows color (decimal): -3772322 or 6189254. OLE color: 6189254.
HSL color Cylindrical-coordinate representation of color #C6705E: hue angle of 10.38º degrees, saturation: 0.48, 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 #C6705E is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 112 | 94 | - |
| CMYK | 0 | 0.43 | 0.53 | 0.22 |
| HSL | 10.38º | 0.48% | 0.57% | - |
| HSV(B) | 10.38º | 0.53% | 0.78% | - |
| XYZ | 31.1 | 24.4 | 13.66 | - |
| YUV | 135.66 | 104.49 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 112 | 94 | 0 | 0.43 | 0.53 | 0.22 | 10.38 | 0.48 | 0.57 |
| Hex | C6 | 70 | 5E | 0 | 2B | 35 | 16 | A | 30 | 39 |
| Octal | 306 | 160 | 136 | 0 | 53 | 65 | 26 | 12 | 60 | 71 |
| Binary | 11000110 | 1110000 | 1011110 | 0 | 101011 | 110101 | 10110 | 1010 | 110000 | 111001 |
Color Harmonies of #C6705E
Complementary color
Monochromatic Colors of #C6705E
Black with #C6705E
Text Example
Text Example
White with #C6705E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6705E; }
p { color: rgb(198,112,94); }
H1.HeaderClassName
{
color: #C6705E;
}
.AnyTagClassName
{
color: #C6705E;
}
</style>
background-color css
<style>
a { background-color: #C6705E; }
a { background-color: rgb(198,112,94); }
div.DivClassName
{
background-color: #C6705E;
}
.BgClassName
{
background-color: #C6705E;
}
</style>
border-color css
<style>
span { border-color: #C6705E; }
span { border-color: rgb(198,112,94); }
td.TdClassName
{
border-color: #C6705E;
}
.TagClassName
{
border-color: #C6705E;
}
</style>