Shades of Japonica #C36E5C
Tints of Japonica #C36E5C
RGB
CMYK
RGB Variations
Color information
#C36E5C (or 0xC36E5C) is known color: Japonica. HEX triplet: C3, 6E and 5C. RGB value is (195,110,92). Sum of RGB (Red+Green+Blue) = 195+110+92=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 110 (43.36% from 255 or 27.71% from 397); Blue value is 92 (36.33% from 255 or 23.17% from 397); Max value from RGB is 195 - color contains mainly: red. Hex color #C36E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36E5C is #3C91A3. Grayscale: #858585. Windows color (decimal): -3969444 or 6057667. OLE color: 6057667.
HSL color Cylindrical-coordinate representation of color #C36E5C: hue angle of 10.49º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C36E5C is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 110 | 92 | - |
| CMYK | 0 | 0.44 | 0.53 | 0.24 |
| HSL | 10.49º | 0.46% | 0.56% | - |
| HSV(B) | 10.49º | 0.53% | 0.76% | - |
| XYZ | 30.01 | 23.53 | 13.08 | - |
| YUV | 133.36 | 104.66 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 110 | 92 | 0 | 0.44 | 0.53 | 0.24 | 10.49 | 0.46 | 0.56 |
| Hex | C3 | 6E | 5C | 0 | 2C | 35 | 18 | A | 2E | 38 |
| Octal | 303 | 156 | 134 | 0 | 54 | 65 | 30 | 12 | 56 | 70 |
| Binary | 11000011 | 1101110 | 1011100 | 0 | 101100 | 110101 | 11000 | 1010 | 101110 | 111000 |
Color Harmonies of #C36E5C
Complementary color
Monochromatic Colors of #C36E5C
Black with #C36E5C
Text Example
Text Example
White with #C36E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36E5C; }
p { color: rgb(195,110,92); }
H1.HeaderClassName
{
color: #C36E5C;
}
.AnyTagClassName
{
color: #C36E5C;
}
</style>
background-color css
<style>
a { background-color: #C36E5C; }
a { background-color: rgb(195,110,92); }
div.DivClassName
{
background-color: #C36E5C;
}
.BgClassName
{
background-color: #C36E5C;
}
</style>
border-color css
<style>
span { border-color: #C36E5C; }
span { border-color: rgb(195,110,92); }
td.TdClassName
{
border-color: #C36E5C;
}
.TagClassName
{
border-color: #C36E5C;
}
</style>