Shades of Japonica #CB7456
Tints of Japonica #CB7456
RGB
CMYK
RGB Variations
Color information
#CB7456 (or 0xCB7456) is known color: Japonica. HEX triplet: CB, 74 and 56. RGB value is (203,116,86). Sum of RGB (Red+Green+Blue) = 203+116+86=405 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.12% from 405); Green value is 116 (45.70% from 255 or 28.64% from 405); Blue value is 86 (33.98% from 255 or 21.23% from 405); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7456 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7456 is #348BA9. Grayscale: #8A8A8A. Windows color (decimal): -3443626 or 5665995. OLE color: 5665995.
HSL color Cylindrical-coordinate representation of color #CB7456: hue angle of 15.38º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB7456 is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 116 | 86 | - |
| CMYK | 0 | 0.43 | 0.58 | 0.20 |
| HSL | 15.38º | 0.53% | 0.57% | - |
| HSV(B) | 15.38º | 0.58% | 0.8% | - |
| XYZ | 32.55 | 25.86 | 12.08 | - |
| YUV | 138.59 | 98.32 | 173.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 116 | 86 | 0 | 0.43 | 0.58 | 0.20 | 15.38 | 0.53 | 0.57 |
| Hex | CB | 74 | 56 | 0 | 2B | 3A | 14 | F | 35 | 39 |
| Octal | 313 | 164 | 126 | 0 | 53 | 72 | 24 | 17 | 65 | 71 |
| Binary | 11001011 | 1110100 | 1010110 | 0 | 101011 | 111010 | 10100 | 1111 | 110101 | 111001 |
Color Harmonies of #CB7456
Complementary color
Monochromatic Colors of #CB7456
Black with #CB7456
Text Example
Text Example
White with #CB7456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7456; }
p { color: rgb(203,116,86); }
H1.HeaderClassName
{
color: #CB7456;
}
.AnyTagClassName
{
color: #CB7456;
}
</style>
background-color css
<style>
a { background-color: #CB7456; }
a { background-color: rgb(203,116,86); }
div.DivClassName
{
background-color: #CB7456;
}
.BgClassName
{
background-color: #CB7456;
}
</style>
border-color css
<style>
span { border-color: #CB7456; }
span { border-color: rgb(203,116,86); }
td.TdClassName
{
border-color: #CB7456;
}
.TagClassName
{
border-color: #CB7456;
}
</style>