Shades of Japonica #C46B53
Tints of Japonica #C46B53
RGB
CMYK
RGB Variations
Color information
#C46B53 (or 0xC46B53) is known color: Japonica. HEX triplet: C4, 6B and 53. RGB value is (196,107,83). Sum of RGB (Red+Green+Blue) = 196+107+83=386 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.78% from 386); Green value is 107 (42.19% from 255 or 27.72% from 386); Blue value is 83 (32.81% from 255 or 21.50% from 386); Max value from RGB is 196 - color contains mainly: red. Hex color #C46B53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46B53 is #3B94AC. Grayscale: #838383. Windows color (decimal): -3904685 or 5467076. OLE color: 5467076.
HSL color Cylindrical-coordinate representation of color #C46B53: hue angle of 12.74º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C46B53 is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 107 | 83 | - |
| CMYK | 0 | 0.45 | 0.58 | 0.23 |
| HSL | 12.74º | 0.49% | 0.55% | - |
| HSV(B) | 12.74º | 0.58% | 0.77% | - |
| XYZ | 29.58 | 22.88 | 11.04 | - |
| YUV | 130.88 | 100.99 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 107 | 83 | 0 | 0.45 | 0.58 | 0.23 | 12.74 | 0.49 | 0.55 |
| Hex | C4 | 6B | 53 | 0 | 2D | 3A | 17 | D | 31 | 37 |
| Octal | 304 | 153 | 123 | 0 | 55 | 72 | 27 | 15 | 61 | 67 |
| Binary | 11000100 | 1101011 | 1010011 | 0 | 101101 | 111010 | 10111 | 1101 | 110001 | 110111 |
Color Harmonies of #C46B53
Complementary color
Monochromatic Colors of #C46B53
Black with #C46B53
Text Example
Text Example
White with #C46B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46B53; }
p { color: rgb(196,107,83); }
H1.HeaderClassName
{
color: #C46B53;
}
.AnyTagClassName
{
color: #C46B53;
}
</style>
background-color css
<style>
a { background-color: #C46B53; }
a { background-color: rgb(196,107,83); }
div.DivClassName
{
background-color: #C46B53;
}
.BgClassName
{
background-color: #C46B53;
}
</style>
border-color css
<style>
span { border-color: #C46B53; }
span { border-color: rgb(196,107,83); }
td.TdClassName
{
border-color: #C46B53;
}
.TagClassName
{
border-color: #C46B53;
}
</style>