Shades of Japonica #C36F58
Tints of Japonica #C36F58
RGB
CMYK
RGB Variations
Color information
#C36F58 (or 0xC36F58) is known color: Japonica. HEX triplet: C3, 6F and 58. RGB value is (195,111,88). Sum of RGB (Red+Green+Blue) = 195+111+88=394 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.49% from 394); Green value is 111 (43.75% from 255 or 28.17% from 394); Blue value is 88 (34.77% from 255 or 22.34% from 394); Max value from RGB is 195 - color contains mainly: red. Hex color #C36F58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36F58 is #3C90A7. Grayscale: #858585. Windows color (decimal): -3969192 or 5795779. OLE color: 5795779.
HSL color Cylindrical-coordinate representation of color #C36F58: hue angle of 12.9º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C36F58 is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 111 | 88 | - |
| CMYK | 0 | 0.43 | 0.55 | 0.24 |
| HSL | 12.9º | 0.47% | 0.55% | - |
| HSV(B) | 12.9º | 0.55% | 0.76% | - |
| XYZ | 29.95 | 23.68 | 12.22 | - |
| YUV | 133.49 | 102.33 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 111 | 88 | 0 | 0.43 | 0.55 | 0.24 | 12.9 | 0.47 | 0.55 |
| Hex | C3 | 6F | 58 | 0 | 2B | 37 | 18 | D | 2F | 37 |
| Octal | 303 | 157 | 130 | 0 | 53 | 67 | 30 | 15 | 57 | 67 |
| Binary | 11000011 | 1101111 | 1011000 | 0 | 101011 | 110111 | 11000 | 1101 | 101111 | 110111 |
Color Harmonies of #C36F58
Complementary color
Monochromatic Colors of #C36F58
Black with #C36F58
Text Example
Text Example
White with #C36F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36F58; }
p { color: rgb(195,111,88); }
H1.HeaderClassName
{
color: #C36F58;
}
.AnyTagClassName
{
color: #C36F58;
}
</style>
background-color css
<style>
a { background-color: #C36F58; }
a { background-color: rgb(195,111,88); }
div.DivClassName
{
background-color: #C36F58;
}
.BgClassName
{
background-color: #C36F58;
}
</style>
border-color css
<style>
span { border-color: #C36F58; }
span { border-color: rgb(195,111,88); }
td.TdClassName
{
border-color: #C36F58;
}
.TagClassName
{
border-color: #C36F58;
}
</style>