Shades of Japonica #CE735C
Tints of Japonica #CE735C
RGB
CMYK
RGB Variations
Color information
#CE735C (or 0xCE735C) is known color: Japonica. HEX triplet: CE, 73 and 5C. RGB value is (206,115,92). Sum of RGB (Red+Green+Blue) = 206+115+92=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 115 (45.31% from 255 or 27.85% from 413); Blue value is 92 (36.33% from 255 or 22.28% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CE735C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE735C is #318CA3. Grayscale: #8B8B8B. Windows color (decimal): -3247268 or 6058958. OLE color: 6058958.
HSL color Cylindrical-coordinate representation of color #CE735C: hue angle of 12.11º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE735C is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 115 | 92 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.19 |
| HSL | 12.11º | 0.54% | 0.58% | - |
| HSV(B) | 12.11º | 0.55% | 0.81% | - |
| XYZ | 33.52 | 26.16 | 13.41 | - |
| YUV | 139.59 | 101.15 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 115 | 92 | 0 | 0.44 | 0.55 | 0.19 | 12.11 | 0.54 | 0.58 |
| Hex | CE | 73 | 5C | 0 | 2C | 37 | 13 | C | 36 | 3A |
| Octal | 316 | 163 | 134 | 0 | 54 | 67 | 23 | 14 | 66 | 72 |
| Binary | 11001110 | 1110011 | 1011100 | 0 | 101100 | 110111 | 10011 | 1100 | 110110 | 111010 |
Color Harmonies of #CE735C
Complementary color
Monochromatic Colors of #CE735C
Black with #CE735C
Text Example
Text Example
White with #CE735C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE735C; }
p { color: rgb(206,115,92); }
H1.HeaderClassName
{
color: #CE735C;
}
.AnyTagClassName
{
color: #CE735C;
}
</style>
background-color css
<style>
a { background-color: #CE735C; }
a { background-color: rgb(206,115,92); }
div.DivClassName
{
background-color: #CE735C;
}
.BgClassName
{
background-color: #CE735C;
}
</style>
border-color css
<style>
span { border-color: #CE735C; }
span { border-color: rgb(206,115,92); }
td.TdClassName
{
border-color: #CE735C;
}
.TagClassName
{
border-color: #CE735C;
}
</style>