Shades of Japonica #CF7353
Tints of Japonica #CF7353
RGB
CMYK
RGB Variations
Color information
#CF7353 (or 0xCF7353) is known color: Japonica. HEX triplet: CF, 73 and 53. RGB value is (207,115,83). Sum of RGB (Red+Green+Blue) = 207+115+83=405 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.11% from 405); Green value is 115 (45.31% from 255 or 28.40% from 405); Blue value is 83 (32.81% from 255 or 20.49% from 405); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7353 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7353 is #308CAC. Grayscale: #8B8B8B. Windows color (decimal): -3181741 or 5469135. OLE color: 5469135.
HSL color Cylindrical-coordinate representation of color #CF7353: hue angle of 15.48º degrees, saturation: 0.56, 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 #CF7353 is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 115 | 83 | - |
| CMYK | 0 | 0.44 | 0.60 | 0.19 |
| HSL | 15.48º | 0.56% | 0.57% | - |
| HSV(B) | 15.48º | 0.6% | 0.81% | - |
| XYZ | 33.42 | 26.15 | 11.47 | - |
| YUV | 138.86 | 96.48 | 176.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 115 | 83 | 0 | 0.44 | 0.60 | 0.19 | 15.48 | 0.56 | 0.57 |
| Hex | CF | 73 | 53 | 0 | 2C | 3C | 13 | F | 38 | 39 |
| Octal | 317 | 163 | 123 | 0 | 54 | 74 | 23 | 17 | 70 | 71 |
| Binary | 11001111 | 1110011 | 1010011 | 0 | 101100 | 111100 | 10011 | 1111 | 111000 | 111001 |
Color Harmonies of #CF7353
Complementary color
Monochromatic Colors of #CF7353
Black with #CF7353
Text Example
Text Example
White with #CF7353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7353; }
p { color: rgb(207,115,83); }
H1.HeaderClassName
{
color: #CF7353;
}
.AnyTagClassName
{
color: #CF7353;
}
</style>
background-color css
<style>
a { background-color: #CF7353; }
a { background-color: rgb(207,115,83); }
div.DivClassName
{
background-color: #CF7353;
}
.BgClassName
{
background-color: #CF7353;
}
</style>
border-color css
<style>
span { border-color: #CF7353; }
span { border-color: rgb(207,115,83); }
td.TdClassName
{
border-color: #CF7353;
}
.TagClassName
{
border-color: #CF7353;
}
</style>