Shades of Japonica #CF6C58
Tints of Japonica #CF6C58
RGB
CMYK
RGB Variations
Color information
#CF6C58 (or 0xCF6C58) is known color: Japonica. HEX triplet: CF, 6C and 58. RGB value is (207,108,88). Sum of RGB (Red+Green+Blue) = 207+108+88=403 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.36% from 403); Green value is 108 (42.58% from 255 or 26.80% from 403); Blue value is 88 (34.77% from 255 or 21.84% from 403); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6C58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6C58 is #3093A7. Grayscale: #878787. Windows color (decimal): -3183528 or 5795023. OLE color: 5795023.
HSL color Cylindrical-coordinate representation of color #CF6C58: hue angle of 10.08º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF6C58 is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 108 | 88 | - |
| CMYK | 0 | 0.48 | 0.57 | 0.19 |
| HSL | 10.08º | 0.55% | 0.58% | - |
| HSV(B) | 10.08º | 0.57% | 0.81% | - |
| XYZ | 32.86 | 24.7 | 12.27 | - |
| YUV | 135.32 | 101.3 | 179.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 108 | 88 | 0 | 0.48 | 0.57 | 0.19 | 10.08 | 0.55 | 0.58 |
| Hex | CF | 6C | 58 | 0 | 30 | 39 | 13 | A | 37 | 3A |
| Octal | 317 | 154 | 130 | 0 | 60 | 71 | 23 | 12 | 67 | 72 |
| Binary | 11001111 | 1101100 | 1011000 | 0 | 110000 | 111001 | 10011 | 1010 | 110111 | 111010 |
Color Harmonies of #CF6C58
Complementary color
Monochromatic Colors of #CF6C58
Black with #CF6C58
Text Example
Text Example
White with #CF6C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6C58; }
p { color: rgb(207,108,88); }
H1.HeaderClassName
{
color: #CF6C58;
}
.AnyTagClassName
{
color: #CF6C58;
}
</style>
background-color css
<style>
a { background-color: #CF6C58; }
a { background-color: rgb(207,108,88); }
div.DivClassName
{
background-color: #CF6C58;
}
.BgClassName
{
background-color: #CF6C58;
}
</style>
border-color css
<style>
span { border-color: #CF6C58; }
span { border-color: rgb(207,108,88); }
td.TdClassName
{
border-color: #CF6C58;
}
.TagClassName
{
border-color: #CF6C58;
}
</style>