Shades of Japonica #CE745C
Tints of Japonica #CE745C
RGB
CMYK
RGB Variations
Color information
#CE745C (or 0xCE745C) is known color: Japonica. HEX triplet: CE, 74 and 5C. RGB value is (206,116,92). Sum of RGB (Red+Green+Blue) = 206+116+92=414 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.76% from 414); Green value is 116 (45.70% from 255 or 28.02% from 414); Blue value is 92 (36.33% from 255 or 22.22% from 414); Max value from RGB is 206 - color contains mainly: red. Hex color #CE745C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE745C is #318BA3. Grayscale: #8C8C8C. Windows color (decimal): -3247012 or 6059214. OLE color: 6059214.
HSL color Cylindrical-coordinate representation of color #CE745C: hue angle of 12.63º 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 #CE745C is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 116 | 92 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.19 |
| HSL | 12.63º | 0.54% | 0.58% | - |
| HSV(B) | 12.63º | 0.55% | 0.81% | - |
| XYZ | 33.63 | 26.39 | 13.45 | - |
| YUV | 140.17 | 100.82 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 116 | 92 | 0 | 0.44 | 0.55 | 0.19 | 12.63 | 0.54 | 0.58 |
| Hex | CE | 74 | 5C | 0 | 2C | 37 | 13 | D | 36 | 3A |
| Octal | 316 | 164 | 134 | 0 | 54 | 67 | 23 | 15 | 66 | 72 |
| Binary | 11001110 | 1110100 | 1011100 | 0 | 101100 | 110111 | 10011 | 1101 | 110110 | 111010 |
Color Harmonies of #CE745C
Complementary color
Monochromatic Colors of #CE745C
Black with #CE745C
Text Example
Text Example
White with #CE745C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE745C; }
p { color: rgb(206,116,92); }
H1.HeaderClassName
{
color: #CE745C;
}
.AnyTagClassName
{
color: #CE745C;
}
</style>
background-color css
<style>
a { background-color: #CE745C; }
a { background-color: rgb(206,116,92); }
div.DivClassName
{
background-color: #CE745C;
}
.BgClassName
{
background-color: #CE745C;
}
</style>
border-color css
<style>
span { border-color: #CE745C; }
span { border-color: rgb(206,116,92); }
td.TdClassName
{
border-color: #CE745C;
}
.TagClassName
{
border-color: #CE745C;
}
</style>