Shades of Japonica #C36F5D
Tints of Japonica #C36F5D
RGB
CMYK
RGB Variations
Color information
#C36F5D (or 0xC36F5D) is known color: Japonica. HEX triplet: C3, 6F and 5D. RGB value is (195,111,93). Sum of RGB (Red+Green+Blue) = 195+111+93=399 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.87% from 399); Green value is 111 (43.75% from 255 or 27.82% from 399); Blue value is 93 (36.72% from 255 or 23.31% from 399); Max value from RGB is 195 - color contains mainly: red. Hex color #C36F5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36F5D is #3C90A2. Grayscale: #868686. Windows color (decimal): -3969187 or 6123459. OLE color: 6123459.
HSL color Cylindrical-coordinate representation of color #C36F5D: hue angle of 10.59º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C36F5D is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 111 | 93 | - |
| CMYK | 0 | 0.43 | 0.52 | 0.24 |
| HSL | 10.59º | 0.46% | 0.56% | - |
| HSV(B) | 10.59º | 0.52% | 0.76% | - |
| XYZ | 30.17 | 23.76 | 13.35 | - |
| YUV | 134.06 | 104.83 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 111 | 93 | 0 | 0.43 | 0.52 | 0.24 | 10.59 | 0.46 | 0.56 |
| Hex | C3 | 6F | 5D | 0 | 2B | 34 | 18 | B | 2E | 38 |
| Octal | 303 | 157 | 135 | 0 | 53 | 64 | 30 | 13 | 56 | 70 |
| Binary | 11000011 | 1101111 | 1011101 | 0 | 101011 | 110100 | 11000 | 1011 | 101110 | 111000 |
Color Harmonies of #C36F5D
Complementary color
Monochromatic Colors of #C36F5D
Black with #C36F5D
Text Example
Text Example
White with #C36F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36F5D; }
p { color: rgb(195,111,93); }
H1.HeaderClassName
{
color: #C36F5D;
}
.AnyTagClassName
{
color: #C36F5D;
}
</style>
background-color css
<style>
a { background-color: #C36F5D; }
a { background-color: rgb(195,111,93); }
div.DivClassName
{
background-color: #C36F5D;
}
.BgClassName
{
background-color: #C36F5D;
}
</style>
border-color css
<style>
span { border-color: #C36F5D; }
span { border-color: rgb(195,111,93); }
td.TdClassName
{
border-color: #C36F5D;
}
.TagClassName
{
border-color: #C36F5D;
}
</style>