Shades of Japonica #C4755C
Tints of Japonica #C4755C
RGB
CMYK
RGB Variations
Color information
#C4755C (or 0xC4755C) is known color: Japonica. HEX triplet: C4, 75 and 5C. RGB value is (196,117,92). Sum of RGB (Red+Green+Blue) = 196+117+92=405 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.40% from 405); Green value is 117 (46.09% from 255 or 28.89% from 405); Blue value is 92 (36.33% from 255 or 22.72% from 405); Max value from RGB is 196 - color contains mainly: red. Hex color #C4755C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4755C is #3B8AA3. Grayscale: #898989. Windows color (decimal): -3902116 or 6059460. OLE color: 6059460.
HSL color Cylindrical-coordinate representation of color #C4755C: hue angle of 14.42º 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 #C4755C is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 117 | 92 | - |
| CMYK | 0 | 0.40 | 0.53 | 0.23 |
| HSL | 14.42º | 0.47% | 0.56% | - |
| HSV(B) | 14.42º | 0.53% | 0.77% | - |
| XYZ | 31.06 | 25.23 | 13.36 | - |
| YUV | 137.77 | 102.17 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 117 | 92 | 0 | 0.40 | 0.53 | 0.23 | 14.42 | 0.47 | 0.56 |
| Hex | C4 | 75 | 5C | 0 | 28 | 35 | 17 | E | 2F | 38 |
| Octal | 304 | 165 | 134 | 0 | 50 | 65 | 27 | 16 | 57 | 70 |
| Binary | 11000100 | 1110101 | 1011100 | 0 | 101000 | 110101 | 10111 | 1110 | 101111 | 111000 |
Color Harmonies of #C4755C
Complementary color
Monochromatic Colors of #C4755C
Black with #C4755C
Text Example
Text Example
White with #C4755C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4755C; }
p { color: rgb(196,117,92); }
H1.HeaderClassName
{
color: #C4755C;
}
.AnyTagClassName
{
color: #C4755C;
}
</style>
background-color css
<style>
a { background-color: #C4755C; }
a { background-color: rgb(196,117,92); }
div.DivClassName
{
background-color: #C4755C;
}
.BgClassName
{
background-color: #C4755C;
}
</style>
border-color css
<style>
span { border-color: #C4755C; }
span { border-color: rgb(196,117,92); }
td.TdClassName
{
border-color: #C4755C;
}
.TagClassName
{
border-color: #C4755C;
}
</style>