Shades of Japonica #CF705C
Tints of Japonica #CF705C
RGB
CMYK
RGB Variations
Color information
#CF705C (or 0xCF705C) is known color: Japonica. HEX triplet: CF, 70 and 5C. RGB value is (207,112,92). Sum of RGB (Red+Green+Blue) = 207+112+92=411 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.36% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 92 (36.33% from 255 or 22.38% from 411); Max value from RGB is 207 - color contains mainly: red. Hex color #CF705C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF705C is #308FA3. Grayscale: #8A8A8A. Windows color (decimal): -3182500 or 6058191. OLE color: 6058191.
HSL color Cylindrical-coordinate representation of color #CF705C: hue angle of 10.43º 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 #CF705C is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 112 | 92 | - |
| CMYK | 0 | 0.46 | 0.56 | 0.19 |
| HSL | 10.43º | 0.55% | 0.59% | - |
| HSV(B) | 10.43º | 0.56% | 0.81% | - |
| XYZ | 33.46 | 25.63 | 13.31 | - |
| YUV | 138.13 | 101.97 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 112 | 92 | 0 | 0.46 | 0.56 | 0.19 | 10.43 | 0.55 | 0.59 |
| Hex | CF | 70 | 5C | 0 | 2E | 38 | 13 | A | 37 | 3B |
| Octal | 317 | 160 | 134 | 0 | 56 | 70 | 23 | 12 | 67 | 73 |
| Binary | 11001111 | 1110000 | 1011100 | 0 | 101110 | 111000 | 10011 | 1010 | 110111 | 111011 |
Color Harmonies of #CF705C
Complementary color
Monochromatic Colors of #CF705C
Black with #CF705C
Text Example
Text Example
White with #CF705C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF705C; }
p { color: rgb(207,112,92); }
H1.HeaderClassName
{
color: #CF705C;
}
.AnyTagClassName
{
color: #CF705C;
}
</style>
background-color css
<style>
a { background-color: #CF705C; }
a { background-color: rgb(207,112,92); }
div.DivClassName
{
background-color: #CF705C;
}
.BgClassName
{
background-color: #CF705C;
}
</style>
border-color css
<style>
span { border-color: #CF705C; }
span { border-color: rgb(207,112,92); }
td.TdClassName
{
border-color: #CF705C;
}
.TagClassName
{
border-color: #CF705C;
}
</style>