Shades of Japonica #CF7255
Tints of Japonica #CF7255
RGB
CMYK
RGB Variations
Color information
#CF7255 (or 0xCF7255) is known color: Japonica. HEX triplet: CF, 72 and 55. RGB value is (207,114,85). Sum of RGB (Red+Green+Blue) = 207+114+85=406 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.99% from 406); Green value is 114 (44.92% from 255 or 28.08% from 406); Blue value is 85 (33.59% from 255 or 20.94% from 406); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7255 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7255 is #308DAA. Grayscale: #8A8A8A. Windows color (decimal): -3181995 or 5599951. OLE color: 5599951.
HSL color Cylindrical-coordinate representation of color #CF7255: hue angle of 14.26º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CF7255 is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 114 | 85 | - |
| CMYK | 0 | 0.45 | 0.59 | 0.19 |
| HSL | 14.26º | 0.56% | 0.57% | - |
| HSV(B) | 14.26º | 0.59% | 0.81% | - |
| XYZ | 33.39 | 25.96 | 11.84 | - |
| YUV | 138.5 | 97.81 | 176.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 114 | 85 | 0 | 0.45 | 0.59 | 0.19 | 14.26 | 0.56 | 0.57 |
| Hex | CF | 72 | 55 | 0 | 2D | 3B | 13 | E | 38 | 39 |
| Octal | 317 | 162 | 125 | 0 | 55 | 73 | 23 | 16 | 70 | 71 |
| Binary | 11001111 | 1110010 | 1010101 | 0 | 101101 | 111011 | 10011 | 1110 | 111000 | 111001 |
Color Harmonies of #CF7255
Complementary color
Monochromatic Colors of #CF7255
Black with #CF7255
Text Example
Text Example
White with #CF7255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7255; }
p { color: rgb(207,114,85); }
H1.HeaderClassName
{
color: #CF7255;
}
.AnyTagClassName
{
color: #CF7255;
}
</style>
background-color css
<style>
a { background-color: #CF7255; }
a { background-color: rgb(207,114,85); }
div.DivClassName
{
background-color: #CF7255;
}
.BgClassName
{
background-color: #CF7255;
}
</style>
border-color css
<style>
span { border-color: #CF7255; }
span { border-color: rgb(207,114,85); }
td.TdClassName
{
border-color: #CF7255;
}
.TagClassName
{
border-color: #CF7255;
}
</style>