Shades of Japonica #CB7960
Tints of Japonica #CB7960
RGB
CMYK
RGB Variations
Color information
#CB7960 (or 0xCB7960) is known color: Japonica. HEX triplet: CB, 79 and 60. RGB value is (203,121,96). Sum of RGB (Red+Green+Blue) = 203+121+96=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 121 (47.66% from 255 or 28.81% from 420); Blue value is 96 (37.89% from 255 or 22.86% from 420); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7960 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7960 is #34869F. Grayscale: #8E8E8E. Windows color (decimal): -3442336 or 6322635. OLE color: 6322635.
HSL color Cylindrical-coordinate representation of color #CB7960: hue angle of 14.02º 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 #CB7960 is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 121 | 96 | - |
| CMYK | 0 | 0.40 | 0.53 | 0.20 |
| HSL | 14.02º | 0.51% | 0.59% | - |
| HSV(B) | 14.02º | 0.53% | 0.8% | - |
| XYZ | 33.58 | 27.22 | 14.55 | - |
| YUV | 142.67 | 101.67 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 121 | 96 | 0 | 0.40 | 0.53 | 0.20 | 14.02 | 0.51 | 0.59 |
| Hex | CB | 79 | 60 | 0 | 28 | 35 | 14 | E | 33 | 3B |
| Octal | 313 | 171 | 140 | 0 | 50 | 65 | 24 | 16 | 63 | 73 |
| Binary | 11001011 | 1111001 | 1100000 | 0 | 101000 | 110101 | 10100 | 1110 | 110011 | 111011 |
Color Harmonies of #CB7960
Complementary color
Monochromatic Colors of #CB7960
Black with #CB7960
Text Example
Text Example
White with #CB7960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7960; }
p { color: rgb(203,121,96); }
H1.HeaderClassName
{
color: #CB7960;
}
.AnyTagClassName
{
color: #CB7960;
}
</style>
background-color css
<style>
a { background-color: #CB7960; }
a { background-color: rgb(203,121,96); }
div.DivClassName
{
background-color: #CB7960;
}
.BgClassName
{
background-color: #CB7960;
}
</style>
border-color css
<style>
span { border-color: #CB7960; }
span { border-color: rgb(203,121,96); }
td.TdClassName
{
border-color: #CB7960;
}
.TagClassName
{
border-color: #CB7960;
}
</style>