Shades of Japonica #CE6B55
Tints of Japonica #CE6B55
RGB
CMYK
RGB Variations
Color information
#CE6B55 (or 0xCE6B55) is known color: Japonica. HEX triplet: CE, 6B and 55. RGB value is (206,107,85). Sum of RGB (Red+Green+Blue) = 206+107+85=398 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.76% from 398); Green value is 107 (42.19% from 255 or 26.88% from 398); Blue value is 85 (33.59% from 255 or 21.36% from 398); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6B55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6B55 is #3194AA. Grayscale: #868686. Windows color (decimal): -3249323 or 5598158. OLE color: 5598158.
HSL color Cylindrical-coordinate representation of color #CE6B55: hue angle of 10.91º 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 #CE6B55 is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 107 | 85 | - |
| CMYK | 0 | 0.48 | 0.59 | 0.19 |
| HSL | 10.91º | 0.55% | 0.57% | - |
| HSV(B) | 10.91º | 0.59% | 0.81% | - |
| XYZ | 32.35 | 24.29 | 11.58 | - |
| YUV | 134.09 | 100.3 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 107 | 85 | 0 | 0.48 | 0.59 | 0.19 | 10.91 | 0.55 | 0.57 |
| Hex | CE | 6B | 55 | 0 | 30 | 3B | 13 | B | 37 | 39 |
| Octal | 316 | 153 | 125 | 0 | 60 | 73 | 23 | 13 | 67 | 71 |
| Binary | 11001110 | 1101011 | 1010101 | 0 | 110000 | 111011 | 10011 | 1011 | 110111 | 111001 |
Color Harmonies of #CE6B55
Complementary color
Monochromatic Colors of #CE6B55
Black with #CE6B55
Text Example
Text Example
White with #CE6B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6B55; }
p { color: rgb(206,107,85); }
H1.HeaderClassName
{
color: #CE6B55;
}
.AnyTagClassName
{
color: #CE6B55;
}
</style>
background-color css
<style>
a { background-color: #CE6B55; }
a { background-color: rgb(206,107,85); }
div.DivClassName
{
background-color: #CE6B55;
}
.BgClassName
{
background-color: #CE6B55;
}
</style>
border-color css
<style>
span { border-color: #CE6B55; }
span { border-color: rgb(206,107,85); }
td.TdClassName
{
border-color: #CE6B55;
}
.TagClassName
{
border-color: #CE6B55;
}
</style>