Shades of Japonica #CB7360
Tints of Japonica #CB7360
RGB
CMYK
RGB Variations
Color information
#CB7360 (or 0xCB7360) is known color: Japonica. HEX triplet: CB, 73 and 60. RGB value is (203,115,96). Sum of RGB (Red+Green+Blue) = 203+115+96=414 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.03% from 414); Green value is 115 (45.31% from 255 or 27.78% from 414); Blue value is 96 (37.89% from 255 or 23.19% from 414); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7360 is #348C9F. Grayscale: #8B8B8B. Windows color (decimal): -3443872 or 6321099. OLE color: 6321099.
HSL color Cylindrical-coordinate representation of color #CB7360: hue angle of 10.65º 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 #CB7360 is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 115 | 96 | - |
| CMYK | 0 | 0.43 | 0.53 | 0.20 |
| HSL | 10.65º | 0.51% | 0.59% | - |
| HSV(B) | 10.65º | 0.53% | 0.8% | - |
| XYZ | 32.87 | 25.8 | 14.31 | - |
| YUV | 139.15 | 103.65 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 115 | 96 | 0 | 0.43 | 0.53 | 0.20 | 10.65 | 0.51 | 0.59 |
| Hex | CB | 73 | 60 | 0 | 2B | 35 | 14 | B | 33 | 3B |
| Octal | 313 | 163 | 140 | 0 | 53 | 65 | 24 | 13 | 63 | 73 |
| Binary | 11001011 | 1110011 | 1100000 | 0 | 101011 | 110101 | 10100 | 1011 | 110011 | 111011 |
Color Harmonies of #CB7360
Complementary color
Monochromatic Colors of #CB7360
Black with #CB7360
Text Example
Text Example
White with #CB7360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7360; }
p { color: rgb(203,115,96); }
H1.HeaderClassName
{
color: #CB7360;
}
.AnyTagClassName
{
color: #CB7360;
}
</style>
background-color css
<style>
a { background-color: #CB7360; }
a { background-color: rgb(203,115,96); }
div.DivClassName
{
background-color: #CB7360;
}
.BgClassName
{
background-color: #CB7360;
}
</style>
border-color css
<style>
span { border-color: #CB7360; }
span { border-color: rgb(203,115,96); }
td.TdClassName
{
border-color: #CB7360;
}
.TagClassName
{
border-color: #CB7360;
}
</style>