Shades of Japonica #CE6B52
Tints of Japonica #CE6B52
RGB
CMYK
RGB Variations
Color information
#CE6B52 (or 0xCE6B52) is known color: Japonica. HEX triplet: CE, 6B and 52. RGB value is (206,107,82). Sum of RGB (Red+Green+Blue) = 206+107+82=395 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.15% from 395); Green value is 107 (42.19% from 255 or 27.09% from 395); Blue value is 82 (32.42% from 255 or 20.76% from 395); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6B52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6B52 is #3194AD. Grayscale: #858585. Windows color (decimal): -3249326 or 5401550. OLE color: 5401550.
HSL color Cylindrical-coordinate representation of color #CE6B52: hue angle of 12.1º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE6B52 is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 107 | 82 | - |
| CMYK | 0 | 0.48 | 0.60 | 0.19 |
| HSL | 12.1º | 0.56% | 0.56% | - |
| HSV(B) | 12.1º | 0.6% | 0.81% | - |
| XYZ | 32.23 | 24.25 | 10.96 | - |
| YUV | 133.75 | 98.8 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 107 | 82 | 0 | 0.48 | 0.60 | 0.19 | 12.1 | 0.56 | 0.56 |
| Hex | CE | 6B | 52 | 0 | 30 | 3C | 13 | C | 38 | 38 |
| Octal | 316 | 153 | 122 | 0 | 60 | 74 | 23 | 14 | 70 | 70 |
| Binary | 11001110 | 1101011 | 1010010 | 0 | 110000 | 111100 | 10011 | 1100 | 111000 | 111000 |
Color Harmonies of #CE6B52
Complementary color
Monochromatic Colors of #CE6B52
Black with #CE6B52
Text Example
Text Example
White with #CE6B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6B52; }
p { color: rgb(206,107,82); }
H1.HeaderClassName
{
color: #CE6B52;
}
.AnyTagClassName
{
color: #CE6B52;
}
</style>
background-color css
<style>
a { background-color: #CE6B52; }
a { background-color: rgb(206,107,82); }
div.DivClassName
{
background-color: #CE6B52;
}
.BgClassName
{
background-color: #CE6B52;
}
</style>
border-color css
<style>
span { border-color: #CE6B52; }
span { border-color: rgb(206,107,82); }
td.TdClassName
{
border-color: #CE6B52;
}
.TagClassName
{
border-color: #CE6B52;
}
</style>