Shades of Japonica #C66F5F
Tints of Japonica #C66F5F
RGB
CMYK
RGB Variations
Color information
#C66F5F (or 0xC66F5F) is known color: Japonica. HEX triplet: C6, 6F and 5F. RGB value is (198,111,95). Sum of RGB (Red+Green+Blue) = 198+111+95=404 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.01% from 404); Green value is 111 (43.75% from 255 or 27.48% from 404); Blue value is 95 (37.5% from 255 or 23.51% from 404); Max value from RGB is 198 - color contains mainly: red. Hex color #C66F5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66F5F is #3990A0. Grayscale: #878787. Windows color (decimal): -3772577 or 6254534. OLE color: 6254534.
HSL color Cylindrical-coordinate representation of color #C66F5F: hue angle of 9.32º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C66F5F is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 111 | 95 | - |
| CMYK | 0 | 0.44 | 0.52 | 0.22 |
| HSL | 9.32º | 0.47% | 0.57% | - |
| HSV(B) | 9.32º | 0.52% | 0.78% | - |
| XYZ | 31.04 | 24.2 | 13.86 | - |
| YUV | 135.19 | 105.32 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 111 | 95 | 0 | 0.44 | 0.52 | 0.22 | 9.32 | 0.47 | 0.57 |
| Hex | C6 | 6F | 5F | 0 | 2C | 34 | 16 | 9 | 2F | 39 |
| Octal | 306 | 157 | 137 | 0 | 54 | 64 | 26 | 11 | 57 | 71 |
| Binary | 11000110 | 1101111 | 1011111 | 0 | 101100 | 110100 | 10110 | 1001 | 101111 | 111001 |
Color Harmonies of #C66F5F
Complementary color
Monochromatic Colors of #C66F5F
Black with #C66F5F
Text Example
Text Example
White with #C66F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66F5F; }
p { color: rgb(198,111,95); }
H1.HeaderClassName
{
color: #C66F5F;
}
.AnyTagClassName
{
color: #C66F5F;
}
</style>
background-color css
<style>
a { background-color: #C66F5F; }
a { background-color: rgb(198,111,95); }
div.DivClassName
{
background-color: #C66F5F;
}
.BgClassName
{
background-color: #C66F5F;
}
</style>
border-color css
<style>
span { border-color: #C66F5F; }
span { border-color: rgb(198,111,95); }
td.TdClassName
{
border-color: #C66F5F;
}
.TagClassName
{
border-color: #C66F5F;
}
</style>