Shades of Japonica #CB7055
Tints of Japonica #CB7055
RGB
CMYK
RGB Variations
Color information
#CB7055 (or 0xCB7055) is known color: Japonica. HEX triplet: CB, 70 and 55. RGB value is (203,112,85). Sum of RGB (Red+Green+Blue) = 203+112+85=400 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.75% from 400); Green value is 112 (44.14% from 255 or 28% from 400); Blue value is 85 (33.59% from 255 or 21.25% from 400); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7055 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7055 is #348FAA. Grayscale: #888888. Windows color (decimal): -3444651 or 5599435. OLE color: 5599435.
HSL color Cylindrical-coordinate representation of color #CB7055: hue angle of 13.73º 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 #CB7055 is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 112 | 85 | - |
| CMYK | 0 | 0.45 | 0.58 | 0.20 |
| HSL | 13.73º | 0.53% | 0.56% | - |
| HSV(B) | 13.73º | 0.58% | 0.8% | - |
| XYZ | 32.06 | 24.94 | 11.72 | - |
| YUV | 136.13 | 99.15 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 112 | 85 | 0 | 0.45 | 0.58 | 0.20 | 13.73 | 0.53 | 0.56 |
| Hex | CB | 70 | 55 | 0 | 2D | 3A | 14 | E | 35 | 38 |
| Octal | 313 | 160 | 125 | 0 | 55 | 72 | 24 | 16 | 65 | 70 |
| Binary | 11001011 | 1110000 | 1010101 | 0 | 101101 | 111010 | 10100 | 1110 | 110101 | 111000 |
Color Harmonies of #CB7055
Complementary color
Monochromatic Colors of #CB7055
Black with #CB7055
Text Example
Text Example
White with #CB7055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7055; }
p { color: rgb(203,112,85); }
H1.HeaderClassName
{
color: #CB7055;
}
.AnyTagClassName
{
color: #CB7055;
}
</style>
background-color css
<style>
a { background-color: #CB7055; }
a { background-color: rgb(203,112,85); }
div.DivClassName
{
background-color: #CB7055;
}
.BgClassName
{
background-color: #CB7055;
}
</style>
border-color css
<style>
span { border-color: #CB7055; }
span { border-color: rgb(203,112,85); }
td.TdClassName
{
border-color: #CB7055;
}
.TagClassName
{
border-color: #CB7055;
}
</style>