Shades of Japonica #CF6C53
Tints of Japonica #CF6C53
RGB
CMYK
RGB Variations
Color information
#CF6C53 (or 0xCF6C53) is known color: Japonica. HEX triplet: CF, 6C and 53. RGB value is (207,108,83). Sum of RGB (Red+Green+Blue) = 207+108+83=398 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.01% from 398); Green value is 108 (42.58% from 255 or 27.14% from 398); Blue value is 83 (32.81% from 255 or 20.85% from 398); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6C53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6C53 is #3093AC. Grayscale: #868686. Windows color (decimal): -3183533 or 5467343. OLE color: 5467343.
HSL color Cylindrical-coordinate representation of color #CF6C53: hue angle of 12.1º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CF6C53 is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 108 | 83 | - |
| CMYK | 0 | 0.48 | 0.60 | 0.19 |
| HSL | 12.1º | 0.56% | 0.57% | - |
| HSV(B) | 12.1º | 0.6% | 0.81% | - |
| XYZ | 32.66 | 24.62 | 11.21 | - |
| YUV | 134.75 | 98.8 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 108 | 83 | 0 | 0.48 | 0.60 | 0.19 | 12.1 | 0.56 | 0.57 |
| Hex | CF | 6C | 53 | 0 | 30 | 3C | 13 | C | 38 | 39 |
| Octal | 317 | 154 | 123 | 0 | 60 | 74 | 23 | 14 | 70 | 71 |
| Binary | 11001111 | 1101100 | 1010011 | 0 | 110000 | 111100 | 10011 | 1100 | 111000 | 111001 |
Color Harmonies of #CF6C53
Complementary color
Monochromatic Colors of #CF6C53
Black with #CF6C53
Text Example
Text Example
White with #CF6C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6C53; }
p { color: rgb(207,108,83); }
H1.HeaderClassName
{
color: #CF6C53;
}
.AnyTagClassName
{
color: #CF6C53;
}
</style>
background-color css
<style>
a { background-color: #CF6C53; }
a { background-color: rgb(207,108,83); }
div.DivClassName
{
background-color: #CF6C53;
}
.BgClassName
{
background-color: #CF6C53;
}
</style>
border-color css
<style>
span { border-color: #CF6C53; }
span { border-color: rgb(207,108,83); }
td.TdClassName
{
border-color: #CF6C53;
}
.TagClassName
{
border-color: #CF6C53;
}
</style>