Shades of Japonica #CE775C
Tints of Japonica #CE775C
RGB
CMYK
RGB Variations
Color information
#CE775C (or 0xCE775C) is known color: Japonica. HEX triplet: CE, 77 and 5C. RGB value is (206,119,92). Sum of RGB (Red+Green+Blue) = 206+119+92=417 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.40% from 417); Green value is 119 (46.88% from 255 or 28.54% from 417); Blue value is 92 (36.33% from 255 or 22.06% from 417); Max value from RGB is 206 - color contains mainly: red. Hex color #CE775C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE775C is #3188A3. Grayscale: #8E8E8E. Windows color (decimal): -3246244 or 6059982. OLE color: 6059982.
HSL color Cylindrical-coordinate representation of color #CE775C: hue angle of 14.21º 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 #CE775C is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 119 | 92 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.19 |
| HSL | 14.21º | 0.54% | 0.58% | - |
| HSV(B) | 14.21º | 0.55% | 0.81% | - |
| XYZ | 33.98 | 27.09 | 13.56 | - |
| YUV | 141.94 | 99.82 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 119 | 92 | 0 | 0.42 | 0.55 | 0.19 | 14.21 | 0.54 | 0.58 |
| Hex | CE | 77 | 5C | 0 | 2A | 37 | 13 | E | 36 | 3A |
| Octal | 316 | 167 | 134 | 0 | 52 | 67 | 23 | 16 | 66 | 72 |
| Binary | 11001110 | 1110111 | 1011100 | 0 | 101010 | 110111 | 10011 | 1110 | 110110 | 111010 |
Color Harmonies of #CE775C
Complementary color
Monochromatic Colors of #CE775C
Black with #CE775C
Text Example
Text Example
White with #CE775C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE775C; }
p { color: rgb(206,119,92); }
H1.HeaderClassName
{
color: #CE775C;
}
.AnyTagClassName
{
color: #CE775C;
}
</style>
background-color css
<style>
a { background-color: #CE775C; }
a { background-color: rgb(206,119,92); }
div.DivClassName
{
background-color: #CE775C;
}
.BgClassName
{
background-color: #CE775C;
}
</style>
border-color css
<style>
span { border-color: #CE775C; }
span { border-color: rgb(206,119,92); }
td.TdClassName
{
border-color: #CE775C;
}
.TagClassName
{
border-color: #CE775C;
}
</style>