Shades of Japonica #CF6C5B
Tints of Japonica #CF6C5B
RGB
CMYK
RGB Variations
Color information
#CF6C5B (or 0xCF6C5B) is known color: Japonica. HEX triplet: CF, 6C and 5B. RGB value is (207,108,91). Sum of RGB (Red+Green+Blue) = 207+108+91=406 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.99% from 406); Green value is 108 (42.58% from 255 or 26.60% from 406); Blue value is 91 (35.94% from 255 or 22.41% from 406); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6C5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6C5B is #3093A4. Grayscale: #878787. Windows color (decimal): -3183525 or 5991631. OLE color: 5991631.
HSL color Cylindrical-coordinate representation of color #CF6C5B: hue angle of 8.79º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF6C5B is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 108 | 91 | - |
| CMYK | 0 | 0.48 | 0.56 | 0.19 |
| HSL | 8.79º | 0.55% | 0.58% | - |
| HSV(B) | 8.79º | 0.56% | 0.81% | - |
| XYZ | 32.98 | 24.75 | 12.94 | - |
| YUV | 135.66 | 102.8 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 108 | 91 | 0 | 0.48 | 0.56 | 0.19 | 8.79 | 0.55 | 0.58 |
| Hex | CF | 6C | 5B | 0 | 30 | 38 | 13 | 9 | 37 | 3A |
| Octal | 317 | 154 | 133 | 0 | 60 | 70 | 23 | 11 | 67 | 72 |
| Binary | 11001111 | 1101100 | 1011011 | 0 | 110000 | 111000 | 10011 | 1001 | 110111 | 111010 |
Color Harmonies of #CF6C5B
Complementary color
Monochromatic Colors of #CF6C5B
Black with #CF6C5B
Text Example
Text Example
White with #CF6C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6C5B; }
p { color: rgb(207,108,91); }
H1.HeaderClassName
{
color: #CF6C5B;
}
.AnyTagClassName
{
color: #CF6C5B;
}
</style>
background-color css
<style>
a { background-color: #CF6C5B; }
a { background-color: rgb(207,108,91); }
div.DivClassName
{
background-color: #CF6C5B;
}
.BgClassName
{
background-color: #CF6C5B;
}
</style>
border-color css
<style>
span { border-color: #CF6C5B; }
span { border-color: rgb(207,108,91); }
td.TdClassName
{
border-color: #CF6C5B;
}
.TagClassName
{
border-color: #CF6C5B;
}
</style>