Shades of Japonica #CF6B56
Tints of Japonica #CF6B56
RGB
CMYK
RGB Variations
Color information
#CF6B56 (or 0xCF6B56) is known color: Japonica. HEX triplet: CF, 6B and 56. RGB value is (207,107,86). Sum of RGB (Red+Green+Blue) = 207+107+86=400 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.75% from 400); Green value is 107 (42.19% from 255 or 26.75% from 400); Blue value is 86 (33.98% from 255 or 21.5% from 400); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6B56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6B56 is #3094A9. Grayscale: #868686. Windows color (decimal): -3183786 or 5663695. OLE color: 5663695.
HSL color Cylindrical-coordinate representation of color #CF6B56: hue angle of 10.41º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CF6B56 is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 107 | 86 | - |
| CMYK | 0 | 0.48 | 0.58 | 0.19 |
| HSL | 10.41º | 0.56% | 0.57% | - |
| HSV(B) | 10.41º | 0.58% | 0.81% | - |
| XYZ | 32.67 | 24.45 | 11.8 | - |
| YUV | 134.51 | 100.63 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 107 | 86 | 0 | 0.48 | 0.58 | 0.19 | 10.41 | 0.56 | 0.57 |
| Hex | CF | 6B | 56 | 0 | 30 | 3A | 13 | A | 38 | 39 |
| Octal | 317 | 153 | 126 | 0 | 60 | 72 | 23 | 12 | 70 | 71 |
| Binary | 11001111 | 1101011 | 1010110 | 0 | 110000 | 111010 | 10011 | 1010 | 111000 | 111001 |
Color Harmonies of #CF6B56
Complementary color
Monochromatic Colors of #CF6B56
Black with #CF6B56
Text Example
Text Example
White with #CF6B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6B56; }
p { color: rgb(207,107,86); }
H1.HeaderClassName
{
color: #CF6B56;
}
.AnyTagClassName
{
color: #CF6B56;
}
</style>
background-color css
<style>
a { background-color: #CF6B56; }
a { background-color: rgb(207,107,86); }
div.DivClassName
{
background-color: #CF6B56;
}
.BgClassName
{
background-color: #CF6B56;
}
</style>
border-color css
<style>
span { border-color: #CF6B56; }
span { border-color: rgb(207,107,86); }
td.TdClassName
{
border-color: #CF6B56;
}
.TagClassName
{
border-color: #CF6B56;
}
</style>