Shades of Japonica #C3765C
Tints of Japonica #C3765C
RGB
CMYK
RGB Variations
Color information
#C3765C (or 0xC3765C) is known color: Japonica. HEX triplet: C3, 76 and 5C. RGB value is (195,118,92). Sum of RGB (Red+Green+Blue) = 195+118+92=405 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.15% from 405); Green value is 118 (46.48% from 255 or 29.14% from 405); Blue value is 92 (36.33% from 255 or 22.72% from 405); Max value from RGB is 195 - color contains mainly: red. Hex color #C3765C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3765C is #3C89A3. Grayscale: #8A8A8A. Windows color (decimal): -3967396 or 6059715. OLE color: 6059715.
HSL color Cylindrical-coordinate representation of color #C3765C: hue angle of 15.15º 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 #C3765C is Cyan = 0, Magento = 0.39, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 118 | 92 | - |
| CMYK | 0 | 0.39 | 0.53 | 0.24 |
| HSL | 15.15º | 0.46% | 0.56% | - |
| HSV(B) | 15.15º | 0.53% | 0.76% | - |
| XYZ | 30.92 | 25.33 | 13.39 | - |
| YUV | 138.06 | 102.01 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 118 | 92 | 0 | 0.39 | 0.53 | 0.24 | 15.15 | 0.46 | 0.56 |
| Hex | C3 | 76 | 5C | 0 | 27 | 35 | 18 | F | 2E | 38 |
| Octal | 303 | 166 | 134 | 0 | 47 | 65 | 30 | 17 | 56 | 70 |
| Binary | 11000011 | 1110110 | 1011100 | 0 | 100111 | 110101 | 11000 | 1111 | 101110 | 111000 |
Color Harmonies of #C3765C
Complementary color
Monochromatic Colors of #C3765C
Black with #C3765C
Text Example
Text Example
White with #C3765C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3765C; }
p { color: rgb(195,118,92); }
H1.HeaderClassName
{
color: #C3765C;
}
.AnyTagClassName
{
color: #C3765C;
}
</style>
background-color css
<style>
a { background-color: #C3765C; }
a { background-color: rgb(195,118,92); }
div.DivClassName
{
background-color: #C3765C;
}
.BgClassName
{
background-color: #C3765C;
}
</style>
border-color css
<style>
span { border-color: #C3765C; }
span { border-color: rgb(195,118,92); }
td.TdClassName
{
border-color: #C3765C;
}
.TagClassName
{
border-color: #C3765C;
}
</style>