Shades of Japonica #CF7955
Tints of Japonica #CF7955
RGB
CMYK
RGB Variations
Color information
#CF7955 (or 0xCF7955) is known color: Japonica. HEX triplet: CF, 79 and 55. RGB value is (207,121,85). Sum of RGB (Red+Green+Blue) = 207+121+85=413 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.12% from 413); Green value is 121 (47.66% from 255 or 29.30% from 413); Blue value is 85 (33.59% from 255 or 20.58% from 413); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7955 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7955 is #3086AA. Grayscale: #8E8E8E. Windows color (decimal): -3180203 or 5601743. OLE color: 5601743.
HSL color Cylindrical-coordinate representation of color #CF7955: hue angle of 17.7º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CF7955 is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 121 | 85 | - |
| CMYK | 0 | 0.42 | 0.59 | 0.19 |
| HSL | 17.7º | 0.56% | 0.57% | - |
| HSV(B) | 17.7º | 0.59% | 0.81% | - |
| XYZ | 34.21 | 27.6 | 12.12 | - |
| YUV | 142.61 | 95.49 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 121 | 85 | 0 | 0.42 | 0.59 | 0.19 | 17.7 | 0.56 | 0.57 |
| Hex | CF | 79 | 55 | 0 | 2A | 3B | 13 | 12 | 38 | 39 |
| Octal | 317 | 171 | 125 | 0 | 52 | 73 | 23 | 22 | 70 | 71 |
| Binary | 11001111 | 1111001 | 1010101 | 0 | 101010 | 111011 | 10011 | 10010 | 111000 | 111001 |
Color Harmonies of #CF7955
Complementary color
Monochromatic Colors of #CF7955
Black with #CF7955
Text Example
Text Example
White with #CF7955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7955; }
p { color: rgb(207,121,85); }
H1.HeaderClassName
{
color: #CF7955;
}
.AnyTagClassName
{
color: #CF7955;
}
</style>
background-color css
<style>
a { background-color: #CF7955; }
a { background-color: rgb(207,121,85); }
div.DivClassName
{
background-color: #CF7955;
}
.BgClassName
{
background-color: #CF7955;
}
</style>
border-color css
<style>
span { border-color: #CF7955; }
span { border-color: rgb(207,121,85); }
td.TdClassName
{
border-color: #CF7955;
}
.TagClassName
{
border-color: #CF7955;
}
</style>