Shades of Japonica #CF725C
Tints of Japonica #CF725C
RGB
CMYK
RGB Variations
Color information
#CF725C (or 0xCF725C) is known color: Japonica. HEX triplet: CF, 72 and 5C. RGB value is (207,114,92). Sum of RGB (Red+Green+Blue) = 207+114+92=413 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.12% from 413); Green value is 114 (44.92% from 255 or 27.60% from 413); Blue value is 92 (36.33% from 255 or 22.28% from 413); Max value from RGB is 207 - color contains mainly: red. Hex color #CF725C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF725C is #308DA3. Grayscale: #8B8B8B. Windows color (decimal): -3181988 or 6058703. OLE color: 6058703.
HSL color Cylindrical-coordinate representation of color #CF725C: hue angle of 11.48º 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 #CF725C is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 114 | 92 | - |
| CMYK | 0 | 0.45 | 0.56 | 0.19 |
| HSL | 11.48º | 0.55% | 0.59% | - |
| HSV(B) | 11.48º | 0.56% | 0.81% | - |
| XYZ | 33.68 | 26.07 | 13.38 | - |
| YUV | 139.3 | 101.31 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 114 | 92 | 0 | 0.45 | 0.56 | 0.19 | 11.48 | 0.55 | 0.59 |
| Hex | CF | 72 | 5C | 0 | 2D | 38 | 13 | B | 37 | 3B |
| Octal | 317 | 162 | 134 | 0 | 55 | 70 | 23 | 13 | 67 | 73 |
| Binary | 11001111 | 1110010 | 1011100 | 0 | 101101 | 111000 | 10011 | 1011 | 110111 | 111011 |
Color Harmonies of #CF725C
Complementary color
Monochromatic Colors of #CF725C
Black with #CF725C
Text Example
Text Example
White with #CF725C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF725C; }
p { color: rgb(207,114,92); }
H1.HeaderClassName
{
color: #CF725C;
}
.AnyTagClassName
{
color: #CF725C;
}
</style>
background-color css
<style>
a { background-color: #CF725C; }
a { background-color: rgb(207,114,92); }
div.DivClassName
{
background-color: #CF725C;
}
.BgClassName
{
background-color: #CF725C;
}
</style>
border-color css
<style>
span { border-color: #CF725C; }
span { border-color: rgb(207,114,92); }
td.TdClassName
{
border-color: #CF725C;
}
.TagClassName
{
border-color: #CF725C;
}
</style>