Shades of Japonica #C3745C
Tints of Japonica #C3745C
RGB
CMYK
RGB Variations
Color information
#C3745C (or 0xC3745C) is known color: Japonica. HEX triplet: C3, 74 and 5C. RGB value is (195,116,92). Sum of RGB (Red+Green+Blue) = 195+116+92=403 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.39% from 403); Green value is 116 (45.70% from 255 or 28.78% from 403); Blue value is 92 (36.33% from 255 or 22.83% from 403); Max value from RGB is 195 - color contains mainly: red. Hex color #C3745C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3745C is #3C8BA3. Grayscale: #898989. Windows color (decimal): -3967908 or 6059203. OLE color: 6059203.
HSL color Cylindrical-coordinate representation of color #C3745C: hue angle of 13.98º 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 #C3745C is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 116 | 92 | - |
| CMYK | 0 | 0.41 | 0.53 | 0.24 |
| HSL | 13.98º | 0.46% | 0.56% | - |
| HSV(B) | 13.98º | 0.53% | 0.76% | - |
| XYZ | 30.68 | 24.87 | 13.31 | - |
| YUV | 136.89 | 102.67 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 116 | 92 | 0 | 0.41 | 0.53 | 0.24 | 13.98 | 0.46 | 0.56 |
| Hex | C3 | 74 | 5C | 0 | 29 | 35 | 18 | E | 2E | 38 |
| Octal | 303 | 164 | 134 | 0 | 51 | 65 | 30 | 16 | 56 | 70 |
| Binary | 11000011 | 1110100 | 1011100 | 0 | 101001 | 110101 | 11000 | 1110 | 101110 | 111000 |
Color Harmonies of #C3745C
Complementary color
Monochromatic Colors of #C3745C
Black with #C3745C
Text Example
Text Example
White with #C3745C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3745C; }
p { color: rgb(195,116,92); }
H1.HeaderClassName
{
color: #C3745C;
}
.AnyTagClassName
{
color: #C3745C;
}
</style>
background-color css
<style>
a { background-color: #C3745C; }
a { background-color: rgb(195,116,92); }
div.DivClassName
{
background-color: #C3745C;
}
.BgClassName
{
background-color: #C3745C;
}
</style>
border-color css
<style>
span { border-color: #C3745C; }
span { border-color: rgb(195,116,92); }
td.TdClassName
{
border-color: #C3745C;
}
.TagClassName
{
border-color: #C3745C;
}
</style>