Shades of Japonica #C37658
Tints of Japonica #C37658
RGB
CMYK
RGB Variations
Color information
#C37658 (or 0xC37658) is known color: Japonica. HEX triplet: C3, 76 and 58. RGB value is (195,118,88). Sum of RGB (Red+Green+Blue) = 195+118+88=401 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.63% from 401); Green value is 118 (46.48% from 255 or 29.43% from 401); Blue value is 88 (34.77% from 255 or 21.95% from 401); Max value from RGB is 195 - color contains mainly: red. Hex color #C37658 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37658 is #3C89A7. Grayscale: #898989. Windows color (decimal): -3967400 or 5797571. OLE color: 5797571.
HSL color Cylindrical-coordinate representation of color #C37658: hue angle of 16.82º 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 #C37658 is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 118 | 88 | - |
| CMYK | 0 | 0.39 | 0.55 | 0.24 |
| HSL | 16.82º | 0.47% | 0.55% | - |
| HSV(B) | 16.82º | 0.55% | 0.76% | - |
| XYZ | 30.75 | 25.26 | 12.49 | - |
| YUV | 137.6 | 100.01 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 118 | 88 | 0 | 0.39 | 0.55 | 0.24 | 16.82 | 0.47 | 0.55 |
| Hex | C3 | 76 | 58 | 0 | 27 | 37 | 18 | 11 | 2F | 37 |
| Octal | 303 | 166 | 130 | 0 | 47 | 67 | 30 | 21 | 57 | 67 |
| Binary | 11000011 | 1110110 | 1011000 | 0 | 100111 | 110111 | 11000 | 10001 | 101111 | 110111 |
Color Harmonies of #C37658
Complementary color
Monochromatic Colors of #C37658
Black with #C37658
Text Example
Text Example
White with #C37658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37658; }
p { color: rgb(195,118,88); }
H1.HeaderClassName
{
color: #C37658;
}
.AnyTagClassName
{
color: #C37658;
}
</style>
background-color css
<style>
a { background-color: #C37658; }
a { background-color: rgb(195,118,88); }
div.DivClassName
{
background-color: #C37658;
}
.BgClassName
{
background-color: #C37658;
}
</style>
border-color css
<style>
span { border-color: #C37658; }
span { border-color: rgb(195,118,88); }
td.TdClassName
{
border-color: #C37658;
}
.TagClassName
{
border-color: #C37658;
}
</style>