Shades of Japonica #CE755D
Tints of Japonica #CE755D
RGB
CMYK
RGB Variations
Color information
#CE755D (or 0xCE755D) is known color: Japonica. HEX triplet: CE, 75 and 5D. RGB value is (206,117,93). Sum of RGB (Red+Green+Blue) = 206+117+93=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 117 (46.09% from 255 or 28.12% from 416); Blue value is 93 (36.72% from 255 or 22.36% from 416); Max value from RGB is 206 - color contains mainly: red. Hex color #CE755D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE755D is #318AA2. Grayscale: #8D8D8D. Windows color (decimal): -3246755 or 6125006. OLE color: 6125006.
HSL color Cylindrical-coordinate representation of color #CE755D: hue angle of 12.74º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE755D is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 117 | 93 | - |
| CMYK | 0 | 0.43 | 0.55 | 0.19 |
| HSL | 12.74º | 0.54% | 0.59% | - |
| HSV(B) | 12.74º | 0.55% | 0.81% | - |
| XYZ | 33.79 | 26.63 | 13.72 | - |
| YUV | 140.88 | 100.99 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 117 | 93 | 0 | 0.43 | 0.55 | 0.19 | 12.74 | 0.54 | 0.59 |
| Hex | CE | 75 | 5D | 0 | 2B | 37 | 13 | D | 36 | 3B |
| Octal | 316 | 165 | 135 | 0 | 53 | 67 | 23 | 15 | 66 | 73 |
| Binary | 11001110 | 1110101 | 1011101 | 0 | 101011 | 110111 | 10011 | 1101 | 110110 | 111011 |
Color Harmonies of #CE755D
Complementary color
Monochromatic Colors of #CE755D
Black with #CE755D
Text Example
Text Example
White with #CE755D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE755D; }
p { color: rgb(206,117,93); }
H1.HeaderClassName
{
color: #CE755D;
}
.AnyTagClassName
{
color: #CE755D;
}
</style>
background-color css
<style>
a { background-color: #CE755D; }
a { background-color: rgb(206,117,93); }
div.DivClassName
{
background-color: #CE755D;
}
.BgClassName
{
background-color: #CE755D;
}
</style>
border-color css
<style>
span { border-color: #CE755D; }
span { border-color: rgb(206,117,93); }
td.TdClassName
{
border-color: #CE755D;
}
.TagClassName
{
border-color: #CE755D;
}
</style>