Shades of Japonica #CF7452
Tints of Japonica #CF7452
RGB
CMYK
RGB Variations
Color information
#CF7452 (or 0xCF7452) is known color: Japonica. HEX triplet: CF, 74 and 52. RGB value is (207,116,82). Sum of RGB (Red+Green+Blue) = 207+116+82=405 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.11% from 405); Green value is 116 (45.70% from 255 or 28.64% from 405); Blue value is 82 (32.42% from 255 or 20.25% from 405); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7452 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7452 is #308BAD. Grayscale: #8B8B8B. Windows color (decimal): -3181486 or 5403855. OLE color: 5403855.
HSL color Cylindrical-coordinate representation of color #CF7452: hue angle of 16.32º degrees, saturation: 0.57, 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 #CF7452 is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 116 | 82 | - |
| CMYK | 0 | 0.44 | 0.60 | 0.19 |
| HSL | 16.32º | 0.57% | 0.57% | - |
| HSV(B) | 16.32º | 0.6% | 0.81% | - |
| XYZ | 33.5 | 26.37 | 11.31 | - |
| YUV | 139.33 | 95.65 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 116 | 82 | 0 | 0.44 | 0.60 | 0.19 | 16.32 | 0.57 | 0.57 |
| Hex | CF | 74 | 52 | 0 | 2C | 3C | 13 | 10 | 39 | 39 |
| Octal | 317 | 164 | 122 | 0 | 54 | 74 | 23 | 20 | 71 | 71 |
| Binary | 11001111 | 1110100 | 1010010 | 0 | 101100 | 111100 | 10011 | 10000 | 111001 | 111001 |
Color Harmonies of #CF7452
Complementary color
Monochromatic Colors of #CF7452
Black with #CF7452
Text Example
Text Example
White with #CF7452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7452; }
p { color: rgb(207,116,82); }
H1.HeaderClassName
{
color: #CF7452;
}
.AnyTagClassName
{
color: #CF7452;
}
</style>
background-color css
<style>
a { background-color: #CF7452; }
a { background-color: rgb(207,116,82); }
div.DivClassName
{
background-color: #CF7452;
}
.BgClassName
{
background-color: #CF7452;
}
</style>
border-color css
<style>
span { border-color: #CF7452; }
span { border-color: rgb(207,116,82); }
td.TdClassName
{
border-color: #CF7452;
}
.TagClassName
{
border-color: #CF7452;
}
</style>