Shades of Japonica #CF6D52
Tints of Japonica #CF6D52
RGB
CMYK
RGB Variations
Color information
#CF6D52 (or 0xCF6D52) is known color: Japonica. HEX triplet: CF, 6D and 52. RGB value is (207,109,82). Sum of RGB (Red+Green+Blue) = 207+109+82=398 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.01% from 398); Green value is 109 (42.97% from 255 or 27.39% from 398); Blue value is 82 (32.42% from 255 or 20.60% from 398); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6D52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6D52 is #3092AD. Grayscale: #878787. Windows color (decimal): -3183278 or 5402063. OLE color: 5402063.
HSL color Cylindrical-coordinate representation of color #CF6D52: hue angle of 12.96º degrees, saturation: 0.57, 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 #CF6D52 is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 109 | 82 | - |
| CMYK | 0 | 0.47 | 0.60 | 0.19 |
| HSL | 12.96º | 0.57% | 0.57% | - |
| HSV(B) | 12.96º | 0.6% | 0.81% | - |
| XYZ | 32.72 | 24.81 | 11.05 | - |
| YUV | 135.22 | 97.97 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 109 | 82 | 0 | 0.47 | 0.60 | 0.19 | 12.96 | 0.57 | 0.57 |
| Hex | CF | 6D | 52 | 0 | 2F | 3C | 13 | D | 39 | 39 |
| Octal | 317 | 155 | 122 | 0 | 57 | 74 | 23 | 15 | 71 | 71 |
| Binary | 11001111 | 1101101 | 1010010 | 0 | 101111 | 111100 | 10011 | 1101 | 111001 | 111001 |
Color Harmonies of #CF6D52
Complementary color
Monochromatic Colors of #CF6D52
Black with #CF6D52
Text Example
Text Example
White with #CF6D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6D52; }
p { color: rgb(207,109,82); }
H1.HeaderClassName
{
color: #CF6D52;
}
.AnyTagClassName
{
color: #CF6D52;
}
</style>
background-color css
<style>
a { background-color: #CF6D52; }
a { background-color: rgb(207,109,82); }
div.DivClassName
{
background-color: #CF6D52;
}
.BgClassName
{
background-color: #CF6D52;
}
</style>
border-color css
<style>
span { border-color: #CF6D52; }
span { border-color: rgb(207,109,82); }
td.TdClassName
{
border-color: #CF6D52;
}
.TagClassName
{
border-color: #CF6D52;
}
</style>