Shades of Japonica #CF6C51
Tints of Japonica #CF6C51
RGB
CMYK
RGB Variations
Color information
#CF6C51 (or 0xCF6C51) is known color: Japonica. HEX triplet: CF, 6C and 51. RGB value is (207,108,81). Sum of RGB (Red+Green+Blue) = 207+108+81=396 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.27% from 396); Green value is 108 (42.58% from 255 or 27.27% from 396); Blue value is 81 (32.03% from 255 or 20.45% from 396); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6C51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6C51 is #3093AE. Grayscale: #868686. Windows color (decimal): -3183535 or 5336271. OLE color: 5336271.
HSL color Cylindrical-coordinate representation of color #CF6C51: hue angle of 12.86º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CF6C51 is Cyan = 0, Magento = 0.48, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 108 | 81 | - |
| CMYK | 0 | 0.48 | 0.61 | 0.19 |
| HSL | 12.86º | 0.57% | 0.56% | - |
| HSV(B) | 12.86º | 0.61% | 0.81% | - |
| XYZ | 32.58 | 24.58 | 10.81 | - |
| YUV | 134.52 | 97.8 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 108 | 81 | 0 | 0.48 | 0.61 | 0.19 | 12.86 | 0.57 | 0.56 |
| Hex | CF | 6C | 51 | 0 | 30 | 3D | 13 | D | 39 | 38 |
| Octal | 317 | 154 | 121 | 0 | 60 | 75 | 23 | 15 | 71 | 70 |
| Binary | 11001111 | 1101100 | 1010001 | 0 | 110000 | 111101 | 10011 | 1101 | 111001 | 111000 |
Color Harmonies of #CF6C51
Complementary color
Monochromatic Colors of #CF6C51
Black with #CF6C51
Text Example
Text Example
White with #CF6C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6C51; }
p { color: rgb(207,108,81); }
H1.HeaderClassName
{
color: #CF6C51;
}
.AnyTagClassName
{
color: #CF6C51;
}
</style>
background-color css
<style>
a { background-color: #CF6C51; }
a { background-color: rgb(207,108,81); }
div.DivClassName
{
background-color: #CF6C51;
}
.BgClassName
{
background-color: #CF6C51;
}
</style>
border-color css
<style>
span { border-color: #CF6C51; }
span { border-color: rgb(207,108,81); }
td.TdClassName
{
border-color: #CF6C51;
}
.TagClassName
{
border-color: #CF6C51;
}
</style>