Shades of Japonica #CE795C
Tints of Japonica #CE795C
RGB
CMYK
RGB Variations
Color information
#CE795C (or 0xCE795C) is known color: Japonica. HEX triplet: CE, 79 and 5C. RGB value is (206,121,92). Sum of RGB (Red+Green+Blue) = 206+121+92=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 121 (47.66% from 255 or 28.88% from 419); Blue value is 92 (36.33% from 255 or 21.96% from 419); Max value from RGB is 206 - color contains mainly: red. Hex color #CE795C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE795C is #3186A3. Grayscale: #8F8F8F. Windows color (decimal): -3245732 or 6060494. OLE color: 6060494.
HSL color Cylindrical-coordinate representation of color #CE795C: hue angle of 15.26º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE795C is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 121 | 92 | - |
| CMYK | 0 | 0.41 | 0.55 | 0.19 |
| HSL | 15.26º | 0.54% | 0.58% | - |
| HSV(B) | 15.26º | 0.55% | 0.81% | - |
| XYZ | 34.22 | 27.57 | 13.64 | - |
| YUV | 143.11 | 99.16 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 121 | 92 | 0 | 0.41 | 0.55 | 0.19 | 15.26 | 0.54 | 0.58 |
| Hex | CE | 79 | 5C | 0 | 29 | 37 | 13 | F | 36 | 3A |
| Octal | 316 | 171 | 134 | 0 | 51 | 67 | 23 | 17 | 66 | 72 |
| Binary | 11001110 | 1111001 | 1011100 | 0 | 101001 | 110111 | 10011 | 1111 | 110110 | 111010 |
Color Harmonies of #CE795C
Complementary color
Monochromatic Colors of #CE795C
Black with #CE795C
Text Example
Text Example
White with #CE795C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE795C; }
p { color: rgb(206,121,92); }
H1.HeaderClassName
{
color: #CE795C;
}
.AnyTagClassName
{
color: #CE795C;
}
</style>
background-color css
<style>
a { background-color: #CE795C; }
a { background-color: rgb(206,121,92); }
div.DivClassName
{
background-color: #CE795C;
}
.BgClassName
{
background-color: #CE795C;
}
</style>
border-color css
<style>
span { border-color: #CE795C; }
span { border-color: rgb(206,121,92); }
td.TdClassName
{
border-color: #CE795C;
}
.TagClassName
{
border-color: #CE795C;
}
</style>