Shades of Japonica #CE6954
Tints of Japonica #CE6954
RGB
CMYK
RGB Variations
Color information
#CE6954 (or 0xCE6954) is known color: Japonica. HEX triplet: CE, 69 and 54. RGB value is (206,105,84). Sum of RGB (Red+Green+Blue) = 206+105+84=395 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.15% from 395); Green value is 105 (41.41% from 255 or 26.58% from 395); Blue value is 84 (33.20% from 255 or 21.27% from 395); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6954 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6954 is #3196AB. Grayscale: #848484. Windows color (decimal): -3249836 or 5532110. OLE color: 5532110.
HSL color Cylindrical-coordinate representation of color #CE6954: hue angle of 10.33º 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 #CE6954 is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 105 | 84 | - |
| CMYK | 0 | 0.49 | 0.59 | 0.19 |
| HSL | 10.33º | 0.55% | 0.57% | - |
| HSV(B) | 10.33º | 0.59% | 0.81% | - |
| XYZ | 32.11 | 23.87 | 11.3 | - |
| YUV | 132.81 | 100.46 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 105 | 84 | 0 | 0.49 | 0.59 | 0.19 | 10.33 | 0.55 | 0.57 |
| Hex | CE | 69 | 54 | 0 | 31 | 3B | 13 | A | 37 | 39 |
| Octal | 316 | 151 | 124 | 0 | 61 | 73 | 23 | 12 | 67 | 71 |
| Binary | 11001110 | 1101001 | 1010100 | 0 | 110001 | 111011 | 10011 | 1010 | 110111 | 111001 |
Color Harmonies of #CE6954
Complementary color
Monochromatic Colors of #CE6954
Black with #CE6954
Text Example
Text Example
White with #CE6954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6954; }
p { color: rgb(206,105,84); }
H1.HeaderClassName
{
color: #CE6954;
}
.AnyTagClassName
{
color: #CE6954;
}
</style>
background-color css
<style>
a { background-color: #CE6954; }
a { background-color: rgb(206,105,84); }
div.DivClassName
{
background-color: #CE6954;
}
.BgClassName
{
background-color: #CE6954;
}
</style>
border-color css
<style>
span { border-color: #CE6954; }
span { border-color: rgb(206,105,84); }
td.TdClassName
{
border-color: #CE6954;
}
.TagClassName
{
border-color: #CE6954;
}
</style>