Shades of Japonica #CF735A
Tints of Japonica #CF735A
RGB
CMYK
RGB Variations
Color information
#CF735A (or 0xCF735A) is known color: Japonica. HEX triplet: CF, 73 and 5A. RGB value is (207,115,90). Sum of RGB (Red+Green+Blue) = 207+115+90=412 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.24% from 412); Green value is 115 (45.31% from 255 or 27.91% from 412); Blue value is 90 (35.55% from 255 or 21.84% from 412); Max value from RGB is 207 - color contains mainly: red. Hex color #CF735A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF735A is #308CA5. Grayscale: #8B8B8B. Windows color (decimal): -3181734 or 5927887. OLE color: 5927887.
HSL color Cylindrical-coordinate representation of color #CF735A: hue angle of 12.82º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF735A is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 115 | 90 | - |
| CMYK | 0 | 0.44 | 0.57 | 0.19 |
| HSL | 12.82º | 0.55% | 0.58% | - |
| HSV(B) | 12.82º | 0.57% | 0.81% | - |
| XYZ | 33.71 | 26.27 | 12.97 | - |
| YUV | 139.66 | 99.98 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 115 | 90 | 0 | 0.44 | 0.57 | 0.19 | 12.82 | 0.55 | 0.58 |
| Hex | CF | 73 | 5A | 0 | 2C | 39 | 13 | D | 37 | 3A |
| Octal | 317 | 163 | 132 | 0 | 54 | 71 | 23 | 15 | 67 | 72 |
| Binary | 11001111 | 1110011 | 1011010 | 0 | 101100 | 111001 | 10011 | 1101 | 110111 | 111010 |
Color Harmonies of #CF735A
Complementary color
Monochromatic Colors of #CF735A
Black with #CF735A
Text Example
Text Example
White with #CF735A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF735A; }
p { color: rgb(207,115,90); }
H1.HeaderClassName
{
color: #CF735A;
}
.AnyTagClassName
{
color: #CF735A;
}
</style>
background-color css
<style>
a { background-color: #CF735A; }
a { background-color: rgb(207,115,90); }
div.DivClassName
{
background-color: #CF735A;
}
.BgClassName
{
background-color: #CF735A;
}
</style>
border-color css
<style>
span { border-color: #CF735A; }
span { border-color: rgb(207,115,90); }
td.TdClassName
{
border-color: #CF735A;
}
.TagClassName
{
border-color: #CF735A;
}
</style>