Shades of Japonica #CE7452
Tints of Japonica #CE7452
RGB
CMYK
RGB Variations
Color information
#CE7452 (or 0xCE7452) is known color: Japonica. HEX triplet: CE, 74 and 52. RGB value is (206,116,82). Sum of RGB (Red+Green+Blue) = 206+116+82=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 116 (45.70% from 255 or 28.71% from 404); Blue value is 82 (32.42% from 255 or 20.30% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7452 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7452 is #318BAD. Grayscale: #8B8B8B. Windows color (decimal): -3247022 or 5403854. OLE color: 5403854.
HSL color Cylindrical-coordinate representation of color #CE7452: hue angle of 16.45º 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 #CE7452 is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 116 | 82 | - |
| CMYK | 0 | 0.44 | 0.60 | 0.19 |
| HSL | 16.45º | 0.56% | 0.56% | - |
| HSV(B) | 16.45º | 0.6% | 0.81% | - |
| XYZ | 33.22 | 26.22 | 11.29 | - |
| YUV | 139.03 | 95.82 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 116 | 82 | 0 | 0.44 | 0.60 | 0.19 | 16.45 | 0.56 | 0.56 |
| Hex | CE | 74 | 52 | 0 | 2C | 3C | 13 | 10 | 38 | 38 |
| Octal | 316 | 164 | 122 | 0 | 54 | 74 | 23 | 20 | 70 | 70 |
| Binary | 11001110 | 1110100 | 1010010 | 0 | 101100 | 111100 | 10011 | 10000 | 111000 | 111000 |
Color Harmonies of #CE7452
Complementary color
Monochromatic Colors of #CE7452
Black with #CE7452
Text Example
Text Example
White with #CE7452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7452; }
p { color: rgb(206,116,82); }
H1.HeaderClassName
{
color: #CE7452;
}
.AnyTagClassName
{
color: #CE7452;
}
</style>
background-color css
<style>
a { background-color: #CE7452; }
a { background-color: rgb(206,116,82); }
div.DivClassName
{
background-color: #CE7452;
}
.BgClassName
{
background-color: #CE7452;
}
</style>
border-color css
<style>
span { border-color: #CE7452; }
span { border-color: rgb(206,116,82); }
td.TdClassName
{
border-color: #CE7452;
}
.TagClassName
{
border-color: #CE7452;
}
</style>