Shades of Japonica #C66D56
Tints of Japonica #C66D56
RGB
CMYK
RGB Variations
Color information
#C66D56 (or 0xC66D56) is known color: Japonica. HEX triplet: C6, 6D and 56. RGB value is (198,109,86). Sum of RGB (Red+Green+Blue) = 198+109+86=393 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.38% from 393); Green value is 109 (42.97% from 255 or 27.74% from 393); Blue value is 86 (33.98% from 255 or 21.88% from 393); Max value from RGB is 198 - color contains mainly: red. Hex color #C66D56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66D56 is #3992A9. Grayscale: #858585. Windows color (decimal): -3773098 or 5664198. OLE color: 5664198.
HSL color Cylindrical-coordinate representation of color #C66D56: hue angle of 12.32º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C66D56 is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 109 | 86 | - |
| CMYK | 0 | 0.45 | 0.57 | 0.22 |
| HSL | 12.32º | 0.5% | 0.56% | - |
| HSV(B) | 12.32º | 0.57% | 0.78% | - |
| XYZ | 30.44 | 23.61 | 11.76 | - |
| YUV | 132.99 | 101.49 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 109 | 86 | 0 | 0.45 | 0.57 | 0.22 | 12.32 | 0.5 | 0.56 |
| Hex | C6 | 6D | 56 | 0 | 2D | 39 | 16 | C | 32 | 38 |
| Octal | 306 | 155 | 126 | 0 | 55 | 71 | 26 | 14 | 62 | 70 |
| Binary | 11000110 | 1101101 | 1010110 | 0 | 101101 | 111001 | 10110 | 1100 | 110010 | 111000 |
Color Harmonies of #C66D56
Complementary color
Monochromatic Colors of #C66D56
Black with #C66D56
Text Example
Text Example
White with #C66D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66D56; }
p { color: rgb(198,109,86); }
H1.HeaderClassName
{
color: #C66D56;
}
.AnyTagClassName
{
color: #C66D56;
}
</style>
background-color css
<style>
a { background-color: #C66D56; }
a { background-color: rgb(198,109,86); }
div.DivClassName
{
background-color: #C66D56;
}
.BgClassName
{
background-color: #C66D56;
}
</style>
border-color css
<style>
span { border-color: #C66D56; }
span { border-color: rgb(198,109,86); }
td.TdClassName
{
border-color: #C66D56;
}
.TagClassName
{
border-color: #C66D56;
}
</style>