Shades of Japonica #CB7060
Tints of Japonica #CB7060
RGB
CMYK
RGB Variations
Color information
#CB7060 (or 0xCB7060) is known color: Japonica. HEX triplet: CB, 70 and 60. RGB value is (203,112,96). Sum of RGB (Red+Green+Blue) = 203+112+96=411 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.39% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 96 (37.89% from 255 or 23.36% from 411); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7060 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7060 is #348F9F. Grayscale: #898989. Windows color (decimal): -3444640 or 6320331. OLE color: 6320331.
HSL color Cylindrical-coordinate representation of color #CB7060: hue angle of 8.97º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB7060 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 112 | 96 | - |
| CMYK | 0 | 0.45 | 0.53 | 0.20 |
| HSL | 8.97º | 0.51% | 0.59% | - |
| HSV(B) | 8.97º | 0.53% | 0.8% | - |
| XYZ | 32.53 | 25.13 | 14.2 | - |
| YUV | 137.39 | 104.65 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 112 | 96 | 0 | 0.45 | 0.53 | 0.20 | 8.97 | 0.51 | 0.59 |
| Hex | CB | 70 | 60 | 0 | 2D | 35 | 14 | 9 | 33 | 3B |
| Octal | 313 | 160 | 140 | 0 | 55 | 65 | 24 | 11 | 63 | 73 |
| Binary | 11001011 | 1110000 | 1100000 | 0 | 101101 | 110101 | 10100 | 1001 | 110011 | 111011 |
Color Harmonies of #CB7060
Complementary color
Monochromatic Colors of #CB7060
Black with #CB7060
Text Example
Text Example
White with #CB7060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7060; }
p { color: rgb(203,112,96); }
H1.HeaderClassName
{
color: #CB7060;
}
.AnyTagClassName
{
color: #CB7060;
}
</style>
background-color css
<style>
a { background-color: #CB7060; }
a { background-color: rgb(203,112,96); }
div.DivClassName
{
background-color: #CB7060;
}
.BgClassName
{
background-color: #CB7060;
}
</style>
border-color css
<style>
span { border-color: #CB7060; }
span { border-color: rgb(203,112,96); }
td.TdClassName
{
border-color: #CB7060;
}
.TagClassName
{
border-color: #CB7060;
}
</style>