Shades of Japonica #CE7B57
Tints of Japonica #CE7B57
RGB
CMYK
RGB Variations
Color information
#CE7B57 (or 0xCE7B57) is known color: Japonica. HEX triplet: CE, 7B and 57. RGB value is (206,123,87). Sum of RGB (Red+Green+Blue) = 206+123+87=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 123 (48.44% from 255 or 29.57% from 416); Blue value is 87 (34.38% from 255 or 20.91% from 416); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7B57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7B57 is #3184A8. Grayscale: #8F8F8F. Windows color (decimal): -3245225 or 5733326. OLE color: 5733326.
HSL color Cylindrical-coordinate representation of color #CE7B57: hue angle of 18.15º 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 #CE7B57 is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 123 | 87 | - |
| CMYK | 0 | 0.40 | 0.58 | 0.19 |
| HSL | 18.15º | 0.55% | 0.57% | - |
| HSV(B) | 18.15º | 0.58% | 0.81% | - |
| XYZ | 34.26 | 27.98 | 12.61 | - |
| YUV | 143.71 | 96 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 123 | 87 | 0 | 0.40 | 0.58 | 0.19 | 18.15 | 0.55 | 0.57 |
| Hex | CE | 7B | 57 | 0 | 28 | 3A | 13 | 12 | 37 | 39 |
| Octal | 316 | 173 | 127 | 0 | 50 | 72 | 23 | 22 | 67 | 71 |
| Binary | 11001110 | 1111011 | 1010111 | 0 | 101000 | 111010 | 10011 | 10010 | 110111 | 111001 |
Color Harmonies of #CE7B57
Complementary color
Monochromatic Colors of #CE7B57
Black with #CE7B57
Text Example
Text Example
White with #CE7B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7B57; }
p { color: rgb(206,123,87); }
H1.HeaderClassName
{
color: #CE7B57;
}
.AnyTagClassName
{
color: #CE7B57;
}
</style>
background-color css
<style>
a { background-color: #CE7B57; }
a { background-color: rgb(206,123,87); }
div.DivClassName
{
background-color: #CE7B57;
}
.BgClassName
{
background-color: #CE7B57;
}
</style>
border-color css
<style>
span { border-color: #CE7B57; }
span { border-color: rgb(206,123,87); }
td.TdClassName
{
border-color: #CE7B57;
}
.TagClassName
{
border-color: #CE7B57;
}
</style>