Shades of Japonica #CE7956
Tints of Japonica #CE7956
RGB
CMYK
RGB Variations
Color information
#CE7956 (or 0xCE7956) is known color: Japonica. HEX triplet: CE, 79 and 56. RGB value is (206,121,86). Sum of RGB (Red+Green+Blue) = 206+121+86=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 121 (47.66% from 255 or 29.30% from 413); Blue value is 86 (33.98% from 255 or 20.82% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7956 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7956 is #3186A9. Grayscale: #8E8E8E. Windows color (decimal): -3245738 or 5667278. OLE color: 5667278.
HSL color Cylindrical-coordinate representation of color #CE7956: hue angle of 17.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CE7956 is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 121 | 86 | - |
| CMYK | 0 | 0.41 | 0.58 | 0.19 |
| HSL | 17.5º | 0.55% | 0.57% | - |
| HSV(B) | 17.5º | 0.58% | 0.81% | - |
| XYZ | 33.97 | 27.47 | 12.32 | - |
| YUV | 142.43 | 96.16 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 121 | 86 | 0 | 0.41 | 0.58 | 0.19 | 17.5 | 0.55 | 0.57 |
| Hex | CE | 79 | 56 | 0 | 29 | 3A | 13 | 12 | 37 | 39 |
| Octal | 316 | 171 | 126 | 0 | 51 | 72 | 23 | 22 | 67 | 71 |
| Binary | 11001110 | 1111001 | 1010110 | 0 | 101001 | 111010 | 10011 | 10010 | 110111 | 111001 |
Color Harmonies of #CE7956
Complementary color
Monochromatic Colors of #CE7956
Black with #CE7956
Text Example
Text Example
White with #CE7956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7956; }
p { color: rgb(206,121,86); }
H1.HeaderClassName
{
color: #CE7956;
}
.AnyTagClassName
{
color: #CE7956;
}
</style>
background-color css
<style>
a { background-color: #CE7956; }
a { background-color: rgb(206,121,86); }
div.DivClassName
{
background-color: #CE7956;
}
.BgClassName
{
background-color: #CE7956;
}
</style>
border-color css
<style>
span { border-color: #CE7956; }
span { border-color: rgb(206,121,86); }
td.TdClassName
{
border-color: #CE7956;
}
.TagClassName
{
border-color: #CE7956;
}
</style>