Shades of Japonica #CF6D5F
Tints of Japonica #CF6D5F
RGB
CMYK
RGB Variations
Color information
#CF6D5F (or 0xCF6D5F) is known color: Japonica. HEX triplet: CF, 6D and 5F. RGB value is (207,109,95). Sum of RGB (Red+Green+Blue) = 207+109+95=411 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.36% from 411); Green value is 109 (42.97% from 255 or 26.52% from 411); Blue value is 95 (37.5% from 255 or 23.11% from 411); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6D5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6D5F is #3092A0. Grayscale: #888888. Windows color (decimal): -3183265 or 6254031. OLE color: 6254031.
HSL color Cylindrical-coordinate representation of color #CF6D5F: hue angle of 7.5º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CF6D5F is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 109 | 95 | - |
| CMYK | 0 | 0.47 | 0.54 | 0.19 |
| HSL | 7.5º | 0.54% | 0.59% | - |
| HSV(B) | 7.5º | 0.54% | 0.81% | - |
| XYZ | 33.27 | 25.03 | 13.9 | - |
| YUV | 136.71 | 104.47 | 178.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 109 | 95 | 0 | 0.47 | 0.54 | 0.19 | 7.5 | 0.54 | 0.59 |
| Hex | CF | 6D | 5F | 0 | 2F | 36 | 13 | 8 | 36 | 3B |
| Octal | 317 | 155 | 137 | 0 | 57 | 66 | 23 | 10 | 66 | 73 |
| Binary | 11001111 | 1101101 | 1011111 | 0 | 101111 | 110110 | 10011 | 1000 | 110110 | 111011 |
Color Harmonies of #CF6D5F
Complementary color
Monochromatic Colors of #CF6D5F
Black with #CF6D5F
Text Example
Text Example
White with #CF6D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6D5F; }
p { color: rgb(207,109,95); }
H1.HeaderClassName
{
color: #CF6D5F;
}
.AnyTagClassName
{
color: #CF6D5F;
}
</style>
background-color css
<style>
a { background-color: #CF6D5F; }
a { background-color: rgb(207,109,95); }
div.DivClassName
{
background-color: #CF6D5F;
}
.BgClassName
{
background-color: #CF6D5F;
}
</style>
border-color css
<style>
span { border-color: #CF6D5F; }
span { border-color: rgb(207,109,95); }
td.TdClassName
{
border-color: #CF6D5F;
}
.TagClassName
{
border-color: #CF6D5F;
}
</style>