Shades of Japonica #CF785F
Tints of Japonica #CF785F
RGB
CMYK
RGB Variations
Color information
#CF785F (or 0xCF785F) is known color: Japonica. HEX triplet: CF, 78 and 5F. RGB value is (207,120,95). Sum of RGB (Red+Green+Blue) = 207+120+95=422 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.05% from 422); Green value is 120 (47.27% from 255 or 28.44% from 422); Blue value is 95 (37.5% from 255 or 22.51% from 422); Max value from RGB is 207 - color contains mainly: red. Hex color #CF785F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF785F is #3087A0. Grayscale: #8F8F8F. Windows color (decimal): -3180449 or 6256847. OLE color: 6256847.
HSL color Cylindrical-coordinate representation of color #CF785F: hue angle of 13.39º 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 #CF785F is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 120 | 95 | - |
| CMYK | 0 | 0.42 | 0.54 | 0.19 |
| HSL | 13.39º | 0.54% | 0.59% | - |
| HSV(B) | 13.39º | 0.54% | 0.81% | - |
| XYZ | 34.51 | 27.52 | 14.32 | - |
| YUV | 143.16 | 100.82 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 120 | 95 | 0 | 0.42 | 0.54 | 0.19 | 13.39 | 0.54 | 0.59 |
| Hex | CF | 78 | 5F | 0 | 2A | 36 | 13 | D | 36 | 3B |
| Octal | 317 | 170 | 137 | 0 | 52 | 66 | 23 | 15 | 66 | 73 |
| Binary | 11001111 | 1111000 | 1011111 | 0 | 101010 | 110110 | 10011 | 1101 | 110110 | 111011 |
Color Harmonies of #CF785F
Complementary color
Monochromatic Colors of #CF785F
Black with #CF785F
Text Example
Text Example
White with #CF785F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF785F; }
p { color: rgb(207,120,95); }
H1.HeaderClassName
{
color: #CF785F;
}
.AnyTagClassName
{
color: #CF785F;
}
</style>
background-color css
<style>
a { background-color: #CF785F; }
a { background-color: rgb(207,120,95); }
div.DivClassName
{
background-color: #CF785F;
}
.BgClassName
{
background-color: #CF785F;
}
</style>
border-color css
<style>
span { border-color: #CF785F; }
span { border-color: rgb(207,120,95); }
td.TdClassName
{
border-color: #CF785F;
}
.TagClassName
{
border-color: #CF785F;
}
</style>