Shades of Japonica #CE6C5F
Tints of Japonica #CE6C5F
RGB
CMYK
RGB Variations
Color information
#CE6C5F (or 0xCE6C5F) is known color: Japonica. HEX triplet: CE, 6C and 5F. RGB value is (206,108,95). Sum of RGB (Red+Green+Blue) = 206+108+95=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 108 (42.58% from 255 or 26.41% from 409); Blue value is 95 (37.5% from 255 or 23.23% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6C5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6C5F is #3193A0. Grayscale: #878787. Windows color (decimal): -3249057 or 6253774. OLE color: 6253774.
HSL color Cylindrical-coordinate representation of color #CE6C5F: hue angle of 7.03º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CE6C5F is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 108 | 95 | - |
| CMYK | 0 | 0.48 | 0.54 | 0.19 |
| HSL | 7.03º | 0.53% | 0.59% | - |
| HSV(B) | 7.03º | 0.54% | 0.81% | - |
| XYZ | 32.88 | 24.67 | 13.86 | - |
| YUV | 135.82 | 104.97 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 108 | 95 | 0 | 0.48 | 0.54 | 0.19 | 7.03 | 0.53 | 0.59 |
| Hex | CE | 6C | 5F | 0 | 30 | 36 | 13 | 7 | 35 | 3B |
| Octal | 316 | 154 | 137 | 0 | 60 | 66 | 23 | 7 | 65 | 73 |
| Binary | 11001110 | 1101100 | 1011111 | 0 | 110000 | 110110 | 10011 | 111 | 110101 | 111011 |
Color Harmonies of #CE6C5F
Complementary color
Monochromatic Colors of #CE6C5F
Black with #CE6C5F
Text Example
Text Example
White with #CE6C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6C5F; }
p { color: rgb(206,108,95); }
H1.HeaderClassName
{
color: #CE6C5F;
}
.AnyTagClassName
{
color: #CE6C5F;
}
</style>
background-color css
<style>
a { background-color: #CE6C5F; }
a { background-color: rgb(206,108,95); }
div.DivClassName
{
background-color: #CE6C5F;
}
.BgClassName
{
background-color: #CE6C5F;
}
</style>
border-color css
<style>
span { border-color: #CE6C5F; }
span { border-color: rgb(206,108,95); }
td.TdClassName
{
border-color: #CE6C5F;
}
.TagClassName
{
border-color: #CE6C5F;
}
</style>