Shades of Japonica #CE7955
Tints of Japonica #CE7955
RGB
CMYK
RGB Variations
Color information
#CE7955 (or 0xCE7955) is known color: Japonica. HEX triplet: CE, 79 and 55. RGB value is (206,121,85). Sum of RGB (Red+Green+Blue) = 206+121+85=412 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50% from 412); Green value is 121 (47.66% from 255 or 29.37% from 412); Blue value is 85 (33.59% from 255 or 20.63% from 412); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7955 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7955 is #3186AA. Grayscale: #8E8E8E. Windows color (decimal): -3245739 or 5601742. OLE color: 5601742.
HSL color Cylindrical-coordinate representation of color #CE7955: hue angle of 17.85º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CE7955 is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 121 | 85 | - |
| CMYK | 0 | 0.41 | 0.59 | 0.19 |
| HSL | 17.85º | 0.55% | 0.57% | - |
| HSV(B) | 17.85º | 0.59% | 0.81% | - |
| XYZ | 33.93 | 27.45 | 12.1 | - |
| YUV | 142.31 | 95.66 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 121 | 85 | 0 | 0.41 | 0.59 | 0.19 | 17.85 | 0.55 | 0.57 |
| Hex | CE | 79 | 55 | 0 | 29 | 3B | 13 | 12 | 37 | 39 |
| Octal | 316 | 171 | 125 | 0 | 51 | 73 | 23 | 22 | 67 | 71 |
| Binary | 11001110 | 1111001 | 1010101 | 0 | 101001 | 111011 | 10011 | 10010 | 110111 | 111001 |
Color Harmonies of #CE7955
Complementary color
Monochromatic Colors of #CE7955
Black with #CE7955
Text Example
Text Example
White with #CE7955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7955; }
p { color: rgb(206,121,85); }
H1.HeaderClassName
{
color: #CE7955;
}
.AnyTagClassName
{
color: #CE7955;
}
</style>
background-color css
<style>
a { background-color: #CE7955; }
a { background-color: rgb(206,121,85); }
div.DivClassName
{
background-color: #CE7955;
}
.BgClassName
{
background-color: #CE7955;
}
</style>
border-color css
<style>
span { border-color: #CE7955; }
span { border-color: rgb(206,121,85); }
td.TdClassName
{
border-color: #CE7955;
}
.TagClassName
{
border-color: #CE7955;
}
</style>