Shades of Japonica #C4765C
Tints of Japonica #C4765C
RGB
CMYK
RGB Variations
Color information
#C4765C (or 0xC4765C) is known color: Japonica. HEX triplet: C4, 76 and 5C. RGB value is (196,118,92). Sum of RGB (Red+Green+Blue) = 196+118+92=406 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.28% from 406); Green value is 118 (46.48% from 255 or 29.06% from 406); Blue value is 92 (36.33% from 255 or 22.66% from 406); Max value from RGB is 196 - color contains mainly: red. Hex color #C4765C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4765C is #3B89A3. Grayscale: #8A8A8A. Windows color (decimal): -3901860 or 6059716. OLE color: 6059716.
HSL color Cylindrical-coordinate representation of color #C4765C: hue angle of 15º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C4765C is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 118 | 92 | - |
| CMYK | 0 | 0.40 | 0.53 | 0.23 |
| HSL | 15º | 0.47% | 0.56% | - |
| HSV(B) | 15º | 0.53% | 0.77% | - |
| XYZ | 31.18 | 25.47 | 13.4 | - |
| YUV | 138.36 | 101.84 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 118 | 92 | 0 | 0.40 | 0.53 | 0.23 | 15 | 0.47 | 0.56 |
| Hex | C4 | 76 | 5C | 0 | 28 | 35 | 17 | F | 2F | 38 |
| Octal | 304 | 166 | 134 | 0 | 50 | 65 | 27 | 17 | 57 | 70 |
| Binary | 11000100 | 1110110 | 1011100 | 0 | 101000 | 110101 | 10111 | 1111 | 101111 | 111000 |
Color Harmonies of #C4765C
Complementary color
Monochromatic Colors of #C4765C
Black with #C4765C
Text Example
Text Example
White with #C4765C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4765C; }
p { color: rgb(196,118,92); }
H1.HeaderClassName
{
color: #C4765C;
}
.AnyTagClassName
{
color: #C4765C;
}
</style>
background-color css
<style>
a { background-color: #C4765C; }
a { background-color: rgb(196,118,92); }
div.DivClassName
{
background-color: #C4765C;
}
.BgClassName
{
background-color: #C4765C;
}
</style>
border-color css
<style>
span { border-color: #C4765C; }
span { border-color: rgb(196,118,92); }
td.TdClassName
{
border-color: #C4765C;
}
.TagClassName
{
border-color: #C4765C;
}
</style>