Shades of Japonica #CB7155
Tints of Japonica #CB7155
RGB
CMYK
RGB Variations
Color information
#CB7155 (or 0xCB7155) is known color: Japonica. HEX triplet: CB, 71 and 55. RGB value is (203,113,85). Sum of RGB (Red+Green+Blue) = 203+113+85=401 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.62% from 401); Green value is 113 (44.53% from 255 or 28.18% from 401); Blue value is 85 (33.59% from 255 or 21.20% from 401); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7155 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7155 is #348EAA. Grayscale: #888888. Windows color (decimal): -3444395 or 5599691. OLE color: 5599691.
HSL color Cylindrical-coordinate representation of color #CB7155: hue angle of 14.24º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB7155 is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 113 | 85 | - |
| CMYK | 0 | 0.44 | 0.58 | 0.20 |
| HSL | 14.24º | 0.53% | 0.56% | - |
| HSV(B) | 14.24º | 0.58% | 0.8% | - |
| XYZ | 32.17 | 25.16 | 11.76 | - |
| YUV | 136.72 | 98.82 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 113 | 85 | 0 | 0.44 | 0.58 | 0.20 | 14.24 | 0.53 | 0.56 |
| Hex | CB | 71 | 55 | 0 | 2C | 3A | 14 | E | 35 | 38 |
| Octal | 313 | 161 | 125 | 0 | 54 | 72 | 24 | 16 | 65 | 70 |
| Binary | 11001011 | 1110001 | 1010101 | 0 | 101100 | 111010 | 10100 | 1110 | 110101 | 111000 |
Color Harmonies of #CB7155
Complementary color
Monochromatic Colors of #CB7155
Black with #CB7155
Text Example
Text Example
White with #CB7155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7155; }
p { color: rgb(203,113,85); }
H1.HeaderClassName
{
color: #CB7155;
}
.AnyTagClassName
{
color: #CB7155;
}
</style>
background-color css
<style>
a { background-color: #CB7155; }
a { background-color: rgb(203,113,85); }
div.DivClassName
{
background-color: #CB7155;
}
.BgClassName
{
background-color: #CB7155;
}
</style>
border-color css
<style>
span { border-color: #CB7155; }
span { border-color: rgb(203,113,85); }
td.TdClassName
{
border-color: #CB7155;
}
.TagClassName
{
border-color: #CB7155;
}
</style>