Shades of Japonica #C47B5B
Tints of Japonica #C47B5B
RGB
CMYK
RGB Variations
Color information
#C47B5B (or 0xC47B5B) is known color: Japonica. HEX triplet: C4, 7B and 5B. RGB value is (196,123,91). Sum of RGB (Red+Green+Blue) = 196+123+91=410 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.80% from 410); Green value is 123 (48.44% from 255 or 30% from 410); Blue value is 91 (35.94% from 255 or 22.20% from 410); Max value from RGB is 196 - color contains mainly: red. Hex color #C47B5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47B5B is #3B84A4. Grayscale: #8D8D8D. Windows color (decimal): -3900581 or 5995460. OLE color: 5995460.
HSL color Cylindrical-coordinate representation of color #C47B5B: hue angle of 18.29º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C47B5B is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 123 | 91 | - |
| CMYK | 0 | 0.37 | 0.54 | 0.23 |
| HSL | 18.29º | 0.47% | 0.56% | - |
| HSV(B) | 18.29º | 0.54% | 0.77% | - |
| XYZ | 31.74 | 26.66 | 13.37 | - |
| YUV | 141.18 | 99.68 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 123 | 91 | 0 | 0.37 | 0.54 | 0.23 | 18.29 | 0.47 | 0.56 |
| Hex | C4 | 7B | 5B | 0 | 25 | 36 | 17 | 12 | 2F | 38 |
| Octal | 304 | 173 | 133 | 0 | 45 | 66 | 27 | 22 | 57 | 70 |
| Binary | 11000100 | 1111011 | 1011011 | 0 | 100101 | 110110 | 10111 | 10010 | 101111 | 111000 |
Color Harmonies of #C47B5B
Complementary color
Monochromatic Colors of #C47B5B
Black with #C47B5B
Text Example
Text Example
White with #C47B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47B5B; }
p { color: rgb(196,123,91); }
H1.HeaderClassName
{
color: #C47B5B;
}
.AnyTagClassName
{
color: #C47B5B;
}
</style>
background-color css
<style>
a { background-color: #C47B5B; }
a { background-color: rgb(196,123,91); }
div.DivClassName
{
background-color: #C47B5B;
}
.BgClassName
{
background-color: #C47B5B;
}
</style>
border-color css
<style>
span { border-color: #C47B5B; }
span { border-color: rgb(196,123,91); }
td.TdClassName
{
border-color: #C47B5B;
}
.TagClassName
{
border-color: #C47B5B;
}
</style>