Shades of Japonica #CF6F5C
Tints of Japonica #CF6F5C
RGB
CMYK
RGB Variations
Color information
#CF6F5C (or 0xCF6F5C) is known color: Japonica. HEX triplet: CF, 6F and 5C. RGB value is (207,111,92). Sum of RGB (Red+Green+Blue) = 207+111+92=410 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.49% from 410); Green value is 111 (43.75% from 255 or 27.07% from 410); Blue value is 92 (36.33% from 255 or 22.44% from 410); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6F5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6F5C is #3090A3. Grayscale: #898989. Windows color (decimal): -3182756 or 6057935. OLE color: 6057935.
HSL color Cylindrical-coordinate representation of color #CF6F5C: hue angle of 9.91º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF6F5C is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 111 | 92 | - |
| CMYK | 0 | 0.46 | 0.56 | 0.19 |
| HSL | 9.91º | 0.55% | 0.59% | - |
| HSV(B) | 9.91º | 0.56% | 0.81% | - |
| XYZ | 33.35 | 25.41 | 13.27 | - |
| YUV | 137.54 | 102.3 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 111 | 92 | 0 | 0.46 | 0.56 | 0.19 | 9.91 | 0.55 | 0.59 |
| Hex | CF | 6F | 5C | 0 | 2E | 38 | 13 | A | 37 | 3B |
| Octal | 317 | 157 | 134 | 0 | 56 | 70 | 23 | 12 | 67 | 73 |
| Binary | 11001111 | 1101111 | 1011100 | 0 | 101110 | 111000 | 10011 | 1010 | 110111 | 111011 |
Color Harmonies of #CF6F5C
Complementary color
Monochromatic Colors of #CF6F5C
Black with #CF6F5C
Text Example
Text Example
White with #CF6F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6F5C; }
p { color: rgb(207,111,92); }
H1.HeaderClassName
{
color: #CF6F5C;
}
.AnyTagClassName
{
color: #CF6F5C;
}
</style>
background-color css
<style>
a { background-color: #CF6F5C; }
a { background-color: rgb(207,111,92); }
div.DivClassName
{
background-color: #CF6F5C;
}
.BgClassName
{
background-color: #CF6F5C;
}
</style>
border-color css
<style>
span { border-color: #CF6F5C; }
span { border-color: rgb(207,111,92); }
td.TdClassName
{
border-color: #CF6F5C;
}
.TagClassName
{
border-color: #CF6F5C;
}
</style>