Shades of Japonica #CE6D53
Tints of Japonica #CE6D53
RGB
CMYK
RGB Variations
Color information
#CE6D53 (or 0xCE6D53) is known color: Japonica. HEX triplet: CE, 6D and 53. RGB value is (206,109,83). Sum of RGB (Red+Green+Blue) = 206+109+83=398 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.76% from 398); Green value is 109 (42.97% from 255 or 27.39% from 398); Blue value is 83 (32.81% from 255 or 20.85% from 398); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6D53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6D53 is #3192AC. Grayscale: #878787. Windows color (decimal): -3248813 or 5467598. OLE color: 5467598.
HSL color Cylindrical-coordinate representation of color #CE6D53: hue angle of 12.68º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE6D53 is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 109 | 83 | - |
| CMYK | 0 | 0.47 | 0.60 | 0.19 |
| HSL | 12.68º | 0.56% | 0.57% | - |
| HSV(B) | 12.68º | 0.6% | 0.81% | - |
| XYZ | 32.48 | 24.68 | 11.24 | - |
| YUV | 135.04 | 98.64 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 109 | 83 | 0 | 0.47 | 0.60 | 0.19 | 12.68 | 0.56 | 0.57 |
| Hex | CE | 6D | 53 | 0 | 2F | 3C | 13 | D | 38 | 39 |
| Octal | 316 | 155 | 123 | 0 | 57 | 74 | 23 | 15 | 70 | 71 |
| Binary | 11001110 | 1101101 | 1010011 | 0 | 101111 | 111100 | 10011 | 1101 | 111000 | 111001 |
Color Harmonies of #CE6D53
Complementary color
Monochromatic Colors of #CE6D53
Black with #CE6D53
Text Example
Text Example
White with #CE6D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6D53; }
p { color: rgb(206,109,83); }
H1.HeaderClassName
{
color: #CE6D53;
}
.AnyTagClassName
{
color: #CE6D53;
}
</style>
background-color css
<style>
a { background-color: #CE6D53; }
a { background-color: rgb(206,109,83); }
div.DivClassName
{
background-color: #CE6D53;
}
.BgClassName
{
background-color: #CE6D53;
}
</style>
border-color css
<style>
span { border-color: #CE6D53; }
span { border-color: rgb(206,109,83); }
td.TdClassName
{
border-color: #CE6D53;
}
.TagClassName
{
border-color: #CE6D53;
}
</style>