Shades of Japonica #CF715C
Tints of Japonica #CF715C
RGB
CMYK
RGB Variations
Color information
#CF715C (or 0xCF715C) is known color: Japonica. HEX triplet: CF, 71 and 5C. RGB value is (207,113,92). Sum of RGB (Red+Green+Blue) = 207+113+92=412 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.24% from 412); Green value is 113 (44.53% from 255 or 27.43% from 412); Blue value is 92 (36.33% from 255 or 22.33% from 412); Max value from RGB is 207 - color contains mainly: red. Hex color #CF715C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF715C is #308EA3. Grayscale: #8A8A8A. Windows color (decimal): -3182244 or 6058447. OLE color: 6058447.
HSL color Cylindrical-coordinate representation of color #CF715C: hue angle of 10.96º 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 #CF715C is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 113 | 92 | - |
| CMYK | 0 | 0.45 | 0.56 | 0.19 |
| HSL | 10.96º | 0.55% | 0.59% | - |
| HSV(B) | 10.96º | 0.56% | 0.81% | - |
| XYZ | 33.57 | 25.85 | 13.35 | - |
| YUV | 138.71 | 101.64 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 113 | 92 | 0 | 0.45 | 0.56 | 0.19 | 10.96 | 0.55 | 0.59 |
| Hex | CF | 71 | 5C | 0 | 2D | 38 | 13 | B | 37 | 3B |
| Octal | 317 | 161 | 134 | 0 | 55 | 70 | 23 | 13 | 67 | 73 |
| Binary | 11001111 | 1110001 | 1011100 | 0 | 101101 | 111000 | 10011 | 1011 | 110111 | 111011 |
Color Harmonies of #CF715C
Complementary color
Monochromatic Colors of #CF715C
Black with #CF715C
Text Example
Text Example
White with #CF715C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF715C; }
p { color: rgb(207,113,92); }
H1.HeaderClassName
{
color: #CF715C;
}
.AnyTagClassName
{
color: #CF715C;
}
</style>
background-color css
<style>
a { background-color: #CF715C; }
a { background-color: rgb(207,113,92); }
div.DivClassName
{
background-color: #CF715C;
}
.BgClassName
{
background-color: #CF715C;
}
</style>
border-color css
<style>
span { border-color: #CF715C; }
span { border-color: rgb(207,113,92); }
td.TdClassName
{
border-color: #CF715C;
}
.TagClassName
{
border-color: #CF715C;
}
</style>