Shades of Japonica #CB7560
Tints of Japonica #CB7560
RGB
CMYK
RGB Variations
Color information
#CB7560 (or 0xCB7560) is known color: Japonica. HEX triplet: CB, 75 and 60. RGB value is (203,117,96). Sum of RGB (Red+Green+Blue) = 203+117+96=416 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.80% from 416); Green value is 117 (46.09% from 255 or 28.12% from 416); Blue value is 96 (37.89% from 255 or 23.08% from 416); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7560 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7560 is #348A9F. Grayscale: #8C8C8C. Windows color (decimal): -3443360 or 6321611. OLE color: 6321611.
HSL color Cylindrical-coordinate representation of color #CB7560: hue angle of 11.78º 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 #CB7560 is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 117 | 96 | - |
| CMYK | 0 | 0.42 | 0.53 | 0.20 |
| HSL | 11.78º | 0.51% | 0.59% | - |
| HSV(B) | 11.78º | 0.53% | 0.8% | - |
| XYZ | 33.1 | 26.26 | 14.39 | - |
| YUV | 140.32 | 102.99 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 117 | 96 | 0 | 0.42 | 0.53 | 0.20 | 11.78 | 0.51 | 0.59 |
| Hex | CB | 75 | 60 | 0 | 2A | 35 | 14 | C | 33 | 3B |
| Octal | 313 | 165 | 140 | 0 | 52 | 65 | 24 | 14 | 63 | 73 |
| Binary | 11001011 | 1110101 | 1100000 | 0 | 101010 | 110101 | 10100 | 1100 | 110011 | 111011 |
Color Harmonies of #CB7560
Complementary color
Monochromatic Colors of #CB7560
Black with #CB7560
Text Example
Text Example
White with #CB7560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7560; }
p { color: rgb(203,117,96); }
H1.HeaderClassName
{
color: #CB7560;
}
.AnyTagClassName
{
color: #CB7560;
}
</style>
background-color css
<style>
a { background-color: #CB7560; }
a { background-color: rgb(203,117,96); }
div.DivClassName
{
background-color: #CB7560;
}
.BgClassName
{
background-color: #CB7560;
}
</style>
border-color css
<style>
span { border-color: #CB7560; }
span { border-color: rgb(203,117,96); }
td.TdClassName
{
border-color: #CB7560;
}
.TagClassName
{
border-color: #CB7560;
}
</style>