Shades of Japonica #CF705F
Tints of Japonica #CF705F
RGB
CMYK
RGB Variations
Color information
#CF705F (or 0xCF705F) is known color: Japonica. HEX triplet: CF, 70 and 5F. RGB value is (207,112,95). Sum of RGB (Red+Green+Blue) = 207+112+95=414 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50% from 414); Green value is 112 (44.14% from 255 or 27.05% from 414); Blue value is 95 (37.5% from 255 or 22.95% from 414); Max value from RGB is 207 - color contains mainly: red. Hex color #CF705F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF705F is #308FA0. Grayscale: #8A8A8A. Windows color (decimal): -3182497 or 6254799. OLE color: 6254799.
HSL color Cylindrical-coordinate representation of color #CF705F: hue angle of 9.11º 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 #CF705F is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 112 | 95 | - |
| CMYK | 0 | 0.46 | 0.54 | 0.19 |
| HSL | 9.11º | 0.54% | 0.59% | - |
| HSV(B) | 9.11º | 0.54% | 0.81% | - |
| XYZ | 33.59 | 25.68 | 14.01 | - |
| YUV | 138.47 | 103.47 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 112 | 95 | 0 | 0.46 | 0.54 | 0.19 | 9.11 | 0.54 | 0.59 |
| Hex | CF | 70 | 5F | 0 | 2E | 36 | 13 | 9 | 36 | 3B |
| Octal | 317 | 160 | 137 | 0 | 56 | 66 | 23 | 11 | 66 | 73 |
| Binary | 11001111 | 1110000 | 1011111 | 0 | 101110 | 110110 | 10011 | 1001 | 110110 | 111011 |
Color Harmonies of #CF705F
Complementary color
Monochromatic Colors of #CF705F
Black with #CF705F
Text Example
Text Example
White with #CF705F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF705F; }
p { color: rgb(207,112,95); }
H1.HeaderClassName
{
color: #CF705F;
}
.AnyTagClassName
{
color: #CF705F;
}
</style>
background-color css
<style>
a { background-color: #CF705F; }
a { background-color: rgb(207,112,95); }
div.DivClassName
{
background-color: #CF705F;
}
.BgClassName
{
background-color: #CF705F;
}
</style>
border-color css
<style>
span { border-color: #CF705F; }
span { border-color: rgb(207,112,95); }
td.TdClassName
{
border-color: #CF705F;
}
.TagClassName
{
border-color: #CF705F;
}
</style>