Shades of Japonica #CE7754
Tints of Japonica #CE7754
RGB
CMYK
RGB Variations
Color information
#CE7754 (or 0xCE7754) is known color: Japonica. HEX triplet: CE, 77 and 54. RGB value is (206,119,84). Sum of RGB (Red+Green+Blue) = 206+119+84=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 119 (46.88% from 255 or 29.10% from 409); Blue value is 84 (33.20% from 255 or 20.54% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7754 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7754 is #3188AB. Grayscale: #8D8D8D. Windows color (decimal): -3246252 or 5535694. OLE color: 5535694.
HSL color Cylindrical-coordinate representation of color #CE7754: hue angle of 17.21º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CE7754 is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 119 | 84 | - |
| CMYK | 0 | 0.42 | 0.59 | 0.19 |
| HSL | 17.21º | 0.55% | 0.57% | - |
| HSV(B) | 17.21º | 0.59% | 0.81% | - |
| XYZ | 33.65 | 26.96 | 11.82 | - |
| YUV | 141.02 | 95.82 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 119 | 84 | 0 | 0.42 | 0.59 | 0.19 | 17.21 | 0.55 | 0.57 |
| Hex | CE | 77 | 54 | 0 | 2A | 3B | 13 | 11 | 37 | 39 |
| Octal | 316 | 167 | 124 | 0 | 52 | 73 | 23 | 21 | 67 | 71 |
| Binary | 11001110 | 1110111 | 1010100 | 0 | 101010 | 111011 | 10011 | 10001 | 110111 | 111001 |
Color Harmonies of #CE7754
Complementary color
Monochromatic Colors of #CE7754
Black with #CE7754
Text Example
Text Example
White with #CE7754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7754; }
p { color: rgb(206,119,84); }
H1.HeaderClassName
{
color: #CE7754;
}
.AnyTagClassName
{
color: #CE7754;
}
</style>
background-color css
<style>
a { background-color: #CE7754; }
a { background-color: rgb(206,119,84); }
div.DivClassName
{
background-color: #CE7754;
}
.BgClassName
{
background-color: #CE7754;
}
</style>
border-color css
<style>
span { border-color: #CE7754; }
span { border-color: rgb(206,119,84); }
td.TdClassName
{
border-color: #CE7754;
}
.TagClassName
{
border-color: #CE7754;
}
</style>