Shades of Japonica #CE735F
Tints of Japonica #CE735F
RGB
CMYK
RGB Variations
Color information
#CE735F (or 0xCE735F) is known color: Japonica. HEX triplet: CE, 73 and 5F. RGB value is (206,115,95). Sum of RGB (Red+Green+Blue) = 206+115+95=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 115 (45.31% from 255 or 27.64% from 416); Blue value is 95 (37.5% from 255 or 22.84% from 416); Max value from RGB is 206 - color contains mainly: red. Hex color #CE735F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE735F is #318CA0. Grayscale: #8C8C8C. Windows color (decimal): -3247265 or 6255566. OLE color: 6255566.
HSL color Cylindrical-coordinate representation of color #CE735F: hue angle of 10.81º 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 #CE735F is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 115 | 95 | - |
| CMYK | 0 | 0.44 | 0.54 | 0.19 |
| HSL | 10.81º | 0.53% | 0.59% | - |
| HSV(B) | 10.81º | 0.54% | 0.81% | - |
| XYZ | 33.65 | 26.21 | 14.11 | - |
| YUV | 139.93 | 102.65 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 115 | 95 | 0 | 0.44 | 0.54 | 0.19 | 10.81 | 0.53 | 0.59 |
| Hex | CE | 73 | 5F | 0 | 2C | 36 | 13 | B | 35 | 3B |
| Octal | 316 | 163 | 137 | 0 | 54 | 66 | 23 | 13 | 65 | 73 |
| Binary | 11001110 | 1110011 | 1011111 | 0 | 101100 | 110110 | 10011 | 1011 | 110101 | 111011 |
Color Harmonies of #CE735F
Complementary color
Monochromatic Colors of #CE735F
Black with #CE735F
Text Example
Text Example
White with #CE735F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE735F; }
p { color: rgb(206,115,95); }
H1.HeaderClassName
{
color: #CE735F;
}
.AnyTagClassName
{
color: #CE735F;
}
</style>
background-color css
<style>
a { background-color: #CE735F; }
a { background-color: rgb(206,115,95); }
div.DivClassName
{
background-color: #CE735F;
}
.BgClassName
{
background-color: #CE735F;
}
</style>
border-color css
<style>
span { border-color: #CE735F; }
span { border-color: rgb(206,115,95); }
td.TdClassName
{
border-color: #CE735F;
}
.TagClassName
{
border-color: #CE735F;
}
</style>