Shades of Japonica #C66E5C
Tints of Japonica #C66E5C
RGB
CMYK
RGB Variations
Color information
#C66E5C (or 0xC66E5C) is known color: Japonica. HEX triplet: C6, 6E and 5C. RGB value is (198,110,92). Sum of RGB (Red+Green+Blue) = 198+110+92=400 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.5% from 400); Green value is 110 (43.36% from 255 or 27.5% from 400); Blue value is 92 (36.33% from 255 or 23% from 400); Max value from RGB is 198 - color contains mainly: red. Hex color #C66E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66E5C is #3991A3. Grayscale: #868686. Windows color (decimal): -3772836 or 6057670. OLE color: 6057670.
HSL color Cylindrical-coordinate representation of color #C66E5C: hue angle of 10.19º degrees, saturation: 0.48, 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 #C66E5C is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 110 | 92 | - |
| CMYK | 0 | 0.44 | 0.54 | 0.22 |
| HSL | 10.19º | 0.48% | 0.57% | - |
| HSV(B) | 10.19º | 0.54% | 0.78% | - |
| XYZ | 30.8 | 23.93 | 13.12 | - |
| YUV | 134.26 | 104.15 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 110 | 92 | 0 | 0.44 | 0.54 | 0.22 | 10.19 | 0.48 | 0.57 |
| Hex | C6 | 6E | 5C | 0 | 2C | 36 | 16 | A | 30 | 39 |
| Octal | 306 | 156 | 134 | 0 | 54 | 66 | 26 | 12 | 60 | 71 |
| Binary | 11000110 | 1101110 | 1011100 | 0 | 101100 | 110110 | 10110 | 1010 | 110000 | 111001 |
Color Harmonies of #C66E5C
Complementary color
Monochromatic Colors of #C66E5C
Black with #C66E5C
Text Example
Text Example
White with #C66E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66E5C; }
p { color: rgb(198,110,92); }
H1.HeaderClassName
{
color: #C66E5C;
}
.AnyTagClassName
{
color: #C66E5C;
}
</style>
background-color css
<style>
a { background-color: #C66E5C; }
a { background-color: rgb(198,110,92); }
div.DivClassName
{
background-color: #C66E5C;
}
.BgClassName
{
background-color: #C66E5C;
}
</style>
border-color css
<style>
span { border-color: #C66E5C; }
span { border-color: rgb(198,110,92); }
td.TdClassName
{
border-color: #C66E5C;
}
.TagClassName
{
border-color: #C66E5C;
}
</style>