Shades of Japonica #CF755B
Tints of Japonica #CF755B
RGB
CMYK
RGB Variations
Color information
#CF755B (or 0xCF755B) is known color: Japonica. HEX triplet: CF, 75 and 5B. RGB value is (207,117,91). Sum of RGB (Red+Green+Blue) = 207+117+91=415 (54% of max value = 765). Red value is 207 (81.25% from 255 or 49.88% from 415); Green value is 117 (46.09% from 255 or 28.19% from 415); Blue value is 91 (35.94% from 255 or 21.93% from 415); Max value from RGB is 207 - color contains mainly: red. Hex color #CF755B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF755B is #308AA4. Grayscale: #8D8D8D. Windows color (decimal): -3181221 or 5993935. OLE color: 5993935.
HSL color Cylindrical-coordinate representation of color #CF755B: hue angle of 13.45º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF755B is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 117 | 91 | - |
| CMYK | 0 | 0.43 | 0.56 | 0.19 |
| HSL | 13.45º | 0.55% | 0.58% | - |
| HSV(B) | 13.45º | 0.56% | 0.81% | - |
| XYZ | 33.98 | 26.74 | 13.27 | - |
| YUV | 140.95 | 99.82 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 117 | 91 | 0 | 0.43 | 0.56 | 0.19 | 13.45 | 0.55 | 0.58 |
| Hex | CF | 75 | 5B | 0 | 2B | 38 | 13 | D | 37 | 3A |
| Octal | 317 | 165 | 133 | 0 | 53 | 70 | 23 | 15 | 67 | 72 |
| Binary | 11001111 | 1110101 | 1011011 | 0 | 101011 | 111000 | 10011 | 1101 | 110111 | 111010 |
Color Harmonies of #CF755B
Complementary color
Monochromatic Colors of #CF755B
Black with #CF755B
Text Example
Text Example
White with #CF755B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF755B; }
p { color: rgb(207,117,91); }
H1.HeaderClassName
{
color: #CF755B;
}
.AnyTagClassName
{
color: #CF755B;
}
</style>
background-color css
<style>
a { background-color: #CF755B; }
a { background-color: rgb(207,117,91); }
div.DivClassName
{
background-color: #CF755B;
}
.BgClassName
{
background-color: #CF755B;
}
</style>
border-color css
<style>
span { border-color: #CF755B; }
span { border-color: rgb(207,117,91); }
td.TdClassName
{
border-color: #CF755B;
}
.TagClassName
{
border-color: #CF755B;
}
</style>