Shades of Japonica #CF6C52
Tints of Japonica #CF6C52
RGB
CMYK
RGB Variations
Color information
#CF6C52 (or 0xCF6C52) is known color: Japonica. HEX triplet: CF, 6C and 52. RGB value is (207,108,82). Sum of RGB (Red+Green+Blue) = 207+108+82=397 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.14% from 397); Green value is 108 (42.58% from 255 or 27.20% from 397); Blue value is 82 (32.42% from 255 or 20.65% from 397); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6C52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6C52 is #3093AD. Grayscale: #868686. Windows color (decimal): -3183534 or 5401807. OLE color: 5401807.
HSL color Cylindrical-coordinate representation of color #CF6C52: hue angle of 12.48º 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 #CF6C52 is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 108 | 82 | - |
| CMYK | 0 | 0.48 | 0.60 | 0.19 |
| HSL | 12.48º | 0.57% | 0.57% | - |
| HSV(B) | 12.48º | 0.6% | 0.81% | - |
| XYZ | 32.62 | 24.6 | 11.01 | - |
| YUV | 134.64 | 98.3 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 108 | 82 | 0 | 0.48 | 0.60 | 0.19 | 12.48 | 0.57 | 0.57 |
| Hex | CF | 6C | 52 | 0 | 30 | 3C | 13 | C | 39 | 39 |
| Octal | 317 | 154 | 122 | 0 | 60 | 74 | 23 | 14 | 71 | 71 |
| Binary | 11001111 | 1101100 | 1010010 | 0 | 110000 | 111100 | 10011 | 1100 | 111001 | 111001 |
Color Harmonies of #CF6C52
Complementary color
Monochromatic Colors of #CF6C52
Black with #CF6C52
Text Example
Text Example
White with #CF6C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6C52; }
p { color: rgb(207,108,82); }
H1.HeaderClassName
{
color: #CF6C52;
}
.AnyTagClassName
{
color: #CF6C52;
}
</style>
background-color css
<style>
a { background-color: #CF6C52; }
a { background-color: rgb(207,108,82); }
div.DivClassName
{
background-color: #CF6C52;
}
.BgClassName
{
background-color: #CF6C52;
}
</style>
border-color css
<style>
span { border-color: #CF6C52; }
span { border-color: rgb(207,108,82); }
td.TdClassName
{
border-color: #CF6C52;
}
.TagClassName
{
border-color: #CF6C52;
}
</style>