Shades of Japonica #CB7054
Tints of Japonica #CB7054
RGB
CMYK
RGB Variations
Color information
#CB7054 (or 0xCB7054) is known color: Japonica. HEX triplet: CB, 70 and 54. RGB value is (203,112,84). Sum of RGB (Red+Green+Blue) = 203+112+84=399 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.88% from 399); Green value is 112 (44.14% from 255 or 28.07% from 399); Blue value is 84 (33.20% from 255 or 21.05% from 399); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7054 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7054 is #348FAB. Grayscale: #888888. Windows color (decimal): -3444652 or 5533899. OLE color: 5533899.
HSL color Cylindrical-coordinate representation of color #CB7054: hue angle of 14.12º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CB7054 is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 112 | 84 | - |
| CMYK | 0 | 0.45 | 0.59 | 0.20 |
| HSL | 14.12º | 0.53% | 0.56% | - |
| HSV(B) | 14.12º | 0.59% | 0.8% | - |
| XYZ | 32.02 | 24.92 | 11.51 | - |
| YUV | 136.02 | 98.65 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 112 | 84 | 0 | 0.45 | 0.59 | 0.20 | 14.12 | 0.53 | 0.56 |
| Hex | CB | 70 | 54 | 0 | 2D | 3B | 14 | E | 35 | 38 |
| Octal | 313 | 160 | 124 | 0 | 55 | 73 | 24 | 16 | 65 | 70 |
| Binary | 11001011 | 1110000 | 1010100 | 0 | 101101 | 111011 | 10100 | 1110 | 110101 | 111000 |
Color Harmonies of #CB7054
Complementary color
Monochromatic Colors of #CB7054
Black with #CB7054
Text Example
Text Example
White with #CB7054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7054; }
p { color: rgb(203,112,84); }
H1.HeaderClassName
{
color: #CB7054;
}
.AnyTagClassName
{
color: #CB7054;
}
</style>
background-color css
<style>
a { background-color: #CB7054; }
a { background-color: rgb(203,112,84); }
div.DivClassName
{
background-color: #CB7054;
}
.BgClassName
{
background-color: #CB7054;
}
</style>
border-color css
<style>
span { border-color: #CB7054; }
span { border-color: rgb(203,112,84); }
td.TdClassName
{
border-color: #CB7054;
}
.TagClassName
{
border-color: #CB7054;
}
</style>