Shades of Japonica #CB7256
Tints of Japonica #CB7256
RGB
CMYK
RGB Variations
Color information
#CB7256 (or 0xCB7256) is known color: Japonica. HEX triplet: CB, 72 and 56. RGB value is (203,114,86). Sum of RGB (Red+Green+Blue) = 203+114+86=403 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.37% from 403); Green value is 114 (44.92% from 255 or 28.29% from 403); Blue value is 86 (33.98% from 255 or 21.34% from 403); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7256 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7256 is #348DA9. Grayscale: #898989. Windows color (decimal): -3444138 or 5665483. OLE color: 5665483.
HSL color Cylindrical-coordinate representation of color #CB7256: hue angle of 14.36º 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 #CB7256 is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 114 | 86 | - |
| CMYK | 0 | 0.44 | 0.58 | 0.20 |
| HSL | 14.36º | 0.53% | 0.57% | - |
| HSV(B) | 14.36º | 0.58% | 0.8% | - |
| XYZ | 32.33 | 25.4 | 12 | - |
| YUV | 137.42 | 98.99 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 114 | 86 | 0 | 0.44 | 0.58 | 0.20 | 14.36 | 0.53 | 0.57 |
| Hex | CB | 72 | 56 | 0 | 2C | 3A | 14 | E | 35 | 39 |
| Octal | 313 | 162 | 126 | 0 | 54 | 72 | 24 | 16 | 65 | 71 |
| Binary | 11001011 | 1110010 | 1010110 | 0 | 101100 | 111010 | 10100 | 1110 | 110101 | 111001 |
Color Harmonies of #CB7256
Complementary color
Monochromatic Colors of #CB7256
Black with #CB7256
Text Example
Text Example
White with #CB7256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7256; }
p { color: rgb(203,114,86); }
H1.HeaderClassName
{
color: #CB7256;
}
.AnyTagClassName
{
color: #CB7256;
}
</style>
background-color css
<style>
a { background-color: #CB7256; }
a { background-color: rgb(203,114,86); }
div.DivClassName
{
background-color: #CB7256;
}
.BgClassName
{
background-color: #CB7256;
}
</style>
border-color css
<style>
span { border-color: #CB7256; }
span { border-color: rgb(203,114,86); }
td.TdClassName
{
border-color: #CB7256;
}
.TagClassName
{
border-color: #CB7256;
}
</style>