Shades of Japonica #CE785B
Tints of Japonica #CE785B
RGB
CMYK
RGB Variations
Color information
#CE785B (or 0xCE785B) is known color: Japonica. HEX triplet: CE, 78 and 5B. RGB value is (206,120,91). Sum of RGB (Red+Green+Blue) = 206+120+91=417 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.40% from 417); Green value is 120 (47.27% from 255 or 28.78% from 417); Blue value is 91 (35.94% from 255 or 21.82% from 417); Max value from RGB is 206 - color contains mainly: red. Hex color #CE785B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE785B is #3187A4. Grayscale: #8E8E8E. Windows color (decimal): -3245989 or 5994702. OLE color: 5994702.
HSL color Cylindrical-coordinate representation of color #CE785B: hue angle of 15.13º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CE785B is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 120 | 91 | - |
| CMYK | 0 | 0.42 | 0.56 | 0.19 |
| HSL | 15.13º | 0.54% | 0.58% | - |
| HSV(B) | 15.13º | 0.56% | 0.81% | - |
| XYZ | 34.06 | 27.31 | 13.37 | - |
| YUV | 142.41 | 98.99 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 120 | 91 | 0 | 0.42 | 0.56 | 0.19 | 15.13 | 0.54 | 0.58 |
| Hex | CE | 78 | 5B | 0 | 2A | 38 | 13 | F | 36 | 3A |
| Octal | 316 | 170 | 133 | 0 | 52 | 70 | 23 | 17 | 66 | 72 |
| Binary | 11001110 | 1111000 | 1011011 | 0 | 101010 | 111000 | 10011 | 1111 | 110110 | 111010 |
Color Harmonies of #CE785B
Complementary color
Monochromatic Colors of #CE785B
Black with #CE785B
Text Example
Text Example
White with #CE785B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE785B; }
p { color: rgb(206,120,91); }
H1.HeaderClassName
{
color: #CE785B;
}
.AnyTagClassName
{
color: #CE785B;
}
</style>
background-color css
<style>
a { background-color: #CE785B; }
a { background-color: rgb(206,120,91); }
div.DivClassName
{
background-color: #CE785B;
}
.BgClassName
{
background-color: #CE785B;
}
</style>
border-color css
<style>
span { border-color: #CE785B; }
span { border-color: rgb(206,120,91); }
td.TdClassName
{
border-color: #CE785B;
}
.TagClassName
{
border-color: #CE785B;
}
</style>