Shades of Japonica #CB7358
Tints of Japonica #CB7358
RGB
CMYK
RGB Variations
Color information
#CB7358 (or 0xCB7358) is known color: Japonica. HEX triplet: CB, 73 and 58. RGB value is (203,115,88). Sum of RGB (Red+Green+Blue) = 203+115+88=406 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50% from 406); Green value is 115 (45.31% from 255 or 28.33% from 406); Blue value is 88 (34.77% from 255 or 21.67% from 406); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7358 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7358 is #348CA7. Grayscale: #8A8A8A. Windows color (decimal): -3443880 or 5796811. OLE color: 5796811.
HSL color Cylindrical-coordinate representation of color #CB7358: hue angle of 14.09º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CB7358 is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 115 | 88 | - |
| CMYK | 0 | 0.43 | 0.57 | 0.20 |
| HSL | 14.09º | 0.53% | 0.57% | - |
| HSV(B) | 14.09º | 0.57% | 0.8% | - |
| XYZ | 32.52 | 25.66 | 12.47 | - |
| YUV | 138.23 | 99.65 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 115 | 88 | 0 | 0.43 | 0.57 | 0.20 | 14.09 | 0.53 | 0.57 |
| Hex | CB | 73 | 58 | 0 | 2B | 39 | 14 | E | 35 | 39 |
| Octal | 313 | 163 | 130 | 0 | 53 | 71 | 24 | 16 | 65 | 71 |
| Binary | 11001011 | 1110011 | 1011000 | 0 | 101011 | 111001 | 10100 | 1110 | 110101 | 111001 |
Color Harmonies of #CB7358
Complementary color
Monochromatic Colors of #CB7358
Black with #CB7358
Text Example
Text Example
White with #CB7358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7358; }
p { color: rgb(203,115,88); }
H1.HeaderClassName
{
color: #CB7358;
}
.AnyTagClassName
{
color: #CB7358;
}
</style>
background-color css
<style>
a { background-color: #CB7358; }
a { background-color: rgb(203,115,88); }
div.DivClassName
{
background-color: #CB7358;
}
.BgClassName
{
background-color: #CB7358;
}
</style>
border-color css
<style>
span { border-color: #CB7358; }
span { border-color: rgb(203,115,88); }
td.TdClassName
{
border-color: #CB7358;
}
.TagClassName
{
border-color: #CB7358;
}
</style>