Shades of Japonica #CE735E
Tints of Japonica #CE735E
RGB
CMYK
RGB Variations
Color information
#CE735E (or 0xCE735E) is known color: Japonica. HEX triplet: CE, 73 and 5E. RGB value is (206,115,94). Sum of RGB (Red+Green+Blue) = 206+115+94=415 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.64% from 415); Green value is 115 (45.31% from 255 or 27.71% from 415); Blue value is 94 (37.11% from 255 or 22.65% from 415); Max value from RGB is 206 - color contains mainly: red. Hex color #CE735E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE735E is #318CA1. Grayscale: #8B8B8B. Windows color (decimal): -3247266 or 6190030. OLE color: 6190030.
HSL color Cylindrical-coordinate representation of color #CE735E: hue angle of 11.25º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CE735E is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 115 | 94 | - |
| CMYK | 0 | 0.44 | 0.54 | 0.19 |
| HSL | 11.25º | 0.53% | 0.59% | - |
| HSV(B) | 11.25º | 0.54% | 0.81% | - |
| XYZ | 33.6 | 26.19 | 13.87 | - |
| YUV | 139.82 | 102.15 | 175.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 115 | 94 | 0 | 0.44 | 0.54 | 0.19 | 11.25 | 0.53 | 0.59 |
| Hex | CE | 73 | 5E | 0 | 2C | 36 | 13 | B | 35 | 3B |
| Octal | 316 | 163 | 136 | 0 | 54 | 66 | 23 | 13 | 65 | 73 |
| Binary | 11001110 | 1110011 | 1011110 | 0 | 101100 | 110110 | 10011 | 1011 | 110101 | 111011 |
Color Harmonies of #CE735E
Complementary color
Monochromatic Colors of #CE735E
Black with #CE735E
Text Example
Text Example
White with #CE735E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE735E; }
p { color: rgb(206,115,94); }
H1.HeaderClassName
{
color: #CE735E;
}
.AnyTagClassName
{
color: #CE735E;
}
</style>
background-color css
<style>
a { background-color: #CE735E; }
a { background-color: rgb(206,115,94); }
div.DivClassName
{
background-color: #CE735E;
}
.BgClassName
{
background-color: #CE735E;
}
</style>
border-color css
<style>
span { border-color: #CE735E; }
span { border-color: rgb(206,115,94); }
td.TdClassName
{
border-color: #CE735E;
}
.TagClassName
{
border-color: #CE735E;
}
</style>