Shades of Japonica #CE735D
Tints of Japonica #CE735D
RGB
CMYK
RGB Variations
Color information
#CE735D (or 0xCE735D) is known color: Japonica. HEX triplet: CE, 73 and 5D. RGB value is (206,115,93). Sum of RGB (Red+Green+Blue) = 206+115+93=414 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.76% from 414); Green value is 115 (45.31% from 255 or 27.78% from 414); Blue value is 93 (36.72% from 255 or 22.46% from 414); Max value from RGB is 206 - color contains mainly: red. Hex color #CE735D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE735D is #318CA2. Grayscale: #8B8B8B. Windows color (decimal): -3247267 or 6124494. OLE color: 6124494.
HSL color Cylindrical-coordinate representation of color #CE735D: hue angle of 11.68º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE735D is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 115 | 93 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.19 |
| HSL | 11.68º | 0.54% | 0.59% | - |
| HSV(B) | 11.68º | 0.55% | 0.81% | - |
| XYZ | 33.56 | 26.17 | 13.64 | - |
| YUV | 139.7 | 101.65 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 115 | 93 | 0 | 0.44 | 0.55 | 0.19 | 11.68 | 0.54 | 0.59 |
| Hex | CE | 73 | 5D | 0 | 2C | 37 | 13 | C | 36 | 3B |
| Octal | 316 | 163 | 135 | 0 | 54 | 67 | 23 | 14 | 66 | 73 |
| Binary | 11001110 | 1110011 | 1011101 | 0 | 101100 | 110111 | 10011 | 1100 | 110110 | 111011 |
Color Harmonies of #CE735D
Complementary color
Monochromatic Colors of #CE735D
Black with #CE735D
Text Example
Text Example
White with #CE735D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE735D; }
p { color: rgb(206,115,93); }
H1.HeaderClassName
{
color: #CE735D;
}
.AnyTagClassName
{
color: #CE735D;
}
</style>
background-color css
<style>
a { background-color: #CE735D; }
a { background-color: rgb(206,115,93); }
div.DivClassName
{
background-color: #CE735D;
}
.BgClassName
{
background-color: #CE735D;
}
</style>
border-color css
<style>
span { border-color: #CE735D; }
span { border-color: rgb(206,115,93); }
td.TdClassName
{
border-color: #CE735D;
}
.TagClassName
{
border-color: #CE735D;
}
</style>