Shades of Japonica #CF755F
Tints of Japonica #CF755F
RGB
CMYK
RGB Variations
Color information
#CF755F (or 0xCF755F) is known color: Japonica. HEX triplet: CF, 75 and 5F. RGB value is (207,117,95). Sum of RGB (Red+Green+Blue) = 207+117+95=419 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.40% from 419); Green value is 117 (46.09% from 255 or 27.92% from 419); Blue value is 95 (37.5% from 255 or 22.67% from 419); Max value from RGB is 207 - color contains mainly: red. Hex color #CF755F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF755F is #308AA0. Grayscale: #8D8D8D. Windows color (decimal): -3181217 or 6256079. OLE color: 6256079.
HSL color Cylindrical-coordinate representation of color #CF755F: hue angle of 11.79º 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 #CF755F is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 117 | 95 | - |
| CMYK | 0 | 0.43 | 0.54 | 0.19 |
| HSL | 11.79º | 0.54% | 0.59% | - |
| HSV(B) | 11.79º | 0.54% | 0.81% | - |
| XYZ | 34.16 | 26.81 | 14.2 | - |
| YUV | 141.4 | 101.82 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 117 | 95 | 0 | 0.43 | 0.54 | 0.19 | 11.79 | 0.54 | 0.59 |
| Hex | CF | 75 | 5F | 0 | 2B | 36 | 13 | C | 36 | 3B |
| Octal | 317 | 165 | 137 | 0 | 53 | 66 | 23 | 14 | 66 | 73 |
| Binary | 11001111 | 1110101 | 1011111 | 0 | 101011 | 110110 | 10011 | 1100 | 110110 | 111011 |
Color Harmonies of #CF755F
Complementary color
Monochromatic Colors of #CF755F
Black with #CF755F
Text Example
Text Example
White with #CF755F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF755F; }
p { color: rgb(207,117,95); }
H1.HeaderClassName
{
color: #CF755F;
}
.AnyTagClassName
{
color: #CF755F;
}
</style>
background-color css
<style>
a { background-color: #CF755F; }
a { background-color: rgb(207,117,95); }
div.DivClassName
{
background-color: #CF755F;
}
.BgClassName
{
background-color: #CF755F;
}
</style>
border-color css
<style>
span { border-color: #CF755F; }
span { border-color: rgb(207,117,95); }
td.TdClassName
{
border-color: #CF755F;
}
.TagClassName
{
border-color: #CF755F;
}
</style>