Shades of Japonica #CE6A5C
Tints of Japonica #CE6A5C
RGB
CMYK
RGB Variations
Color information
#CE6A5C (or 0xCE6A5C) is known color: Japonica. HEX triplet: CE, 6A and 5C. RGB value is (206,106,92). Sum of RGB (Red+Green+Blue) = 206+106+92=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 106 (41.80% from 255 or 26.24% from 404); Blue value is 92 (36.33% from 255 or 22.77% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6A5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6A5C is #3195A3. Grayscale: #868686. Windows color (decimal): -3249572 or 6056654. OLE color: 6056654.
HSL color Cylindrical-coordinate representation of color #CE6A5C: hue angle of 7.37º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE6A5C is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 106 | 92 | - |
| CMYK | 0 | 0.49 | 0.55 | 0.19 |
| HSL | 7.37º | 0.54% | 0.58% | - |
| HSV(B) | 7.37º | 0.55% | 0.81% | - |
| XYZ | 32.54 | 24.2 | 13.08 | - |
| YUV | 134.3 | 104.13 | 179.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 106 | 92 | 0 | 0.49 | 0.55 | 0.19 | 7.37 | 0.54 | 0.58 |
| Hex | CE | 6A | 5C | 0 | 31 | 37 | 13 | 7 | 36 | 3A |
| Octal | 316 | 152 | 134 | 0 | 61 | 67 | 23 | 7 | 66 | 72 |
| Binary | 11001110 | 1101010 | 1011100 | 0 | 110001 | 110111 | 10011 | 111 | 110110 | 111010 |
Color Harmonies of #CE6A5C
Complementary color
Monochromatic Colors of #CE6A5C
Black with #CE6A5C
Text Example
Text Example
White with #CE6A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6A5C; }
p { color: rgb(206,106,92); }
H1.HeaderClassName
{
color: #CE6A5C;
}
.AnyTagClassName
{
color: #CE6A5C;
}
</style>
background-color css
<style>
a { background-color: #CE6A5C; }
a { background-color: rgb(206,106,92); }
div.DivClassName
{
background-color: #CE6A5C;
}
.BgClassName
{
background-color: #CE6A5C;
}
</style>
border-color css
<style>
span { border-color: #CE6A5C; }
span { border-color: rgb(206,106,92); }
td.TdClassName
{
border-color: #CE6A5C;
}
.TagClassName
{
border-color: #CE6A5C;
}
</style>