Shades of Japonica #C3765D
Tints of Japonica #C3765D
RGB
CMYK
RGB Variations
Color information
#C3765D (or 0xC3765D) is known color: Japonica. HEX triplet: C3, 76 and 5D. RGB value is (195,118,93). Sum of RGB (Red+Green+Blue) = 195+118+93=406 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.03% from 406); Green value is 118 (46.48% from 255 or 29.06% from 406); Blue value is 93 (36.72% from 255 or 22.91% from 406); Max value from RGB is 195 - color contains mainly: red. Hex color #C3765D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3765D is #3C89A2. Grayscale: #8A8A8A. Windows color (decimal): -3967395 or 6125251. OLE color: 6125251.
HSL color Cylindrical-coordinate representation of color #C3765D: hue angle of 14.71º 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 #C3765D is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 118 | 93 | - |
| CMYK | 0 | 0.39 | 0.52 | 0.24 |
| HSL | 14.71º | 0.46% | 0.56% | - |
| HSV(B) | 14.71º | 0.52% | 0.76% | - |
| XYZ | 30.96 | 25.35 | 13.62 | - |
| YUV | 138.17 | 102.51 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 118 | 93 | 0 | 0.39 | 0.52 | 0.24 | 14.71 | 0.46 | 0.56 |
| Hex | C3 | 76 | 5D | 0 | 27 | 34 | 18 | F | 2E | 38 |
| Octal | 303 | 166 | 135 | 0 | 47 | 64 | 30 | 17 | 56 | 70 |
| Binary | 11000011 | 1110110 | 1011101 | 0 | 100111 | 110100 | 11000 | 1111 | 101110 | 111000 |
Color Harmonies of #C3765D
Complementary color
Monochromatic Colors of #C3765D
Black with #C3765D
Text Example
Text Example
White with #C3765D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3765D; }
p { color: rgb(195,118,93); }
H1.HeaderClassName
{
color: #C3765D;
}
.AnyTagClassName
{
color: #C3765D;
}
</style>
background-color css
<style>
a { background-color: #C3765D; }
a { background-color: rgb(195,118,93); }
div.DivClassName
{
background-color: #C3765D;
}
.BgClassName
{
background-color: #C3765D;
}
</style>
border-color css
<style>
span { border-color: #C3765D; }
span { border-color: rgb(195,118,93); }
td.TdClassName
{
border-color: #C3765D;
}
.TagClassName
{
border-color: #C3765D;
}
</style>