Shades of Japonica #CE7A5C
Tints of Japonica #CE7A5C
RGB
CMYK
RGB Variations
Color information
#CE7A5C (or 0xCE7A5C) is known color: Japonica. HEX triplet: CE, 7A and 5C. RGB value is (206,122,92). Sum of RGB (Red+Green+Blue) = 206+122+92=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 122 (48.05% from 255 or 29.05% from 420); Blue value is 92 (36.33% from 255 or 21.90% from 420); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7A5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7A5C is #3185A3. Grayscale: #8F8F8F. Windows color (decimal): -3245476 or 6060750. OLE color: 6060750.
HSL color Cylindrical-coordinate representation of color #CE7A5C: hue angle of 15.79º 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 #CE7A5C is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 122 | 92 | - |
| CMYK | 0 | 0.41 | 0.55 | 0.19 |
| HSL | 15.79º | 0.54% | 0.58% | - |
| HSV(B) | 15.79º | 0.55% | 0.81% | - |
| XYZ | 34.34 | 27.81 | 13.68 | - |
| YUV | 143.7 | 98.83 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 122 | 92 | 0 | 0.41 | 0.55 | 0.19 | 15.79 | 0.54 | 0.58 |
| Hex | CE | 7A | 5C | 0 | 29 | 37 | 13 | 10 | 36 | 3A |
| Octal | 316 | 172 | 134 | 0 | 51 | 67 | 23 | 20 | 66 | 72 |
| Binary | 11001110 | 1111010 | 1011100 | 0 | 101001 | 110111 | 10011 | 10000 | 110110 | 111010 |
Color Harmonies of #CE7A5C
Complementary color
Monochromatic Colors of #CE7A5C
Black with #CE7A5C
Text Example
Text Example
White with #CE7A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7A5C; }
p { color: rgb(206,122,92); }
H1.HeaderClassName
{
color: #CE7A5C;
}
.AnyTagClassName
{
color: #CE7A5C;
}
</style>
background-color css
<style>
a { background-color: #CE7A5C; }
a { background-color: rgb(206,122,92); }
div.DivClassName
{
background-color: #CE7A5C;
}
.BgClassName
{
background-color: #CE7A5C;
}
</style>
border-color css
<style>
span { border-color: #CE7A5C; }
span { border-color: rgb(206,122,92); }
td.TdClassName
{
border-color: #CE7A5C;
}
.TagClassName
{
border-color: #CE7A5C;
}
</style>