Shades of Japonica #C37258
Tints of Japonica #C37258
RGB
CMYK
RGB Variations
Color information
#C37258 (or 0xC37258) is known color: Japonica. HEX triplet: C3, 72 and 58. RGB value is (195,114,88). Sum of RGB (Red+Green+Blue) = 195+114+88=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 114 (44.92% from 255 or 28.72% from 397); Blue value is 88 (34.77% from 255 or 22.17% from 397); Max value from RGB is 195 - color contains mainly: red. Hex color #C37258 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37258 is #3C8DA7. Grayscale: #878787. Windows color (decimal): -3968424 or 5796547. OLE color: 5796547.
HSL color Cylindrical-coordinate representation of color #C37258: hue angle of 14.58º 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 #C37258 is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 114 | 88 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.24 |
| HSL | 14.58º | 0.47% | 0.55% | - |
| HSV(B) | 14.58º | 0.55% | 0.76% | - |
| XYZ | 30.28 | 24.34 | 12.33 | - |
| YUV | 135.26 | 101.34 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 114 | 88 | 0 | 0.42 | 0.55 | 0.24 | 14.58 | 0.47 | 0.55 |
| Hex | C3 | 72 | 58 | 0 | 2A | 37 | 18 | F | 2F | 37 |
| Octal | 303 | 162 | 130 | 0 | 52 | 67 | 30 | 17 | 57 | 67 |
| Binary | 11000011 | 1110010 | 1011000 | 0 | 101010 | 110111 | 11000 | 1111 | 101111 | 110111 |
Color Harmonies of #C37258
Complementary color
Monochromatic Colors of #C37258
Black with #C37258
Text Example
Text Example
White with #C37258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37258; }
p { color: rgb(195,114,88); }
H1.HeaderClassName
{
color: #C37258;
}
.AnyTagClassName
{
color: #C37258;
}
</style>
background-color css
<style>
a { background-color: #C37258; }
a { background-color: rgb(195,114,88); }
div.DivClassName
{
background-color: #C37258;
}
.BgClassName
{
background-color: #C37258;
}
</style>
border-color css
<style>
span { border-color: #C37258; }
span { border-color: rgb(195,114,88); }
td.TdClassName
{
border-color: #C37258;
}
.TagClassName
{
border-color: #C37258;
}
</style>