Shades of Japonica #CB7353
Tints of Japonica #CB7353
RGB
CMYK
RGB Variations
Color information
#CB7353 (or 0xCB7353) is known color: Japonica. HEX triplet: CB, 73 and 53. RGB value is (203,115,83). Sum of RGB (Red+Green+Blue) = 203+115+83=401 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.62% from 401); Green value is 115 (45.31% from 255 or 28.68% from 401); Blue value is 83 (32.81% from 255 or 20.70% from 401); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7353 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7353 is #348CAC. Grayscale: #898989. Windows color (decimal): -3443885 or 5469131. OLE color: 5469131.
HSL color Cylindrical-coordinate representation of color #CB7353: hue angle of 16º degrees, saturation: 0.54, 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 #CB7353 is Cyan = 0, Magento = 0.43, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 115 | 83 | - |
| CMYK | 0 | 0.43 | 0.59 | 0.20 |
| HSL | 16º | 0.54% | 0.56% | - |
| HSV(B) | 16º | 0.59% | 0.8% | - |
| XYZ | 32.32 | 25.58 | 11.42 | - |
| YUV | 137.66 | 97.15 | 174.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 115 | 83 | 0 | 0.43 | 0.59 | 0.20 | 16 | 0.54 | 0.56 |
| Hex | CB | 73 | 53 | 0 | 2B | 3B | 14 | 10 | 36 | 38 |
| Octal | 313 | 163 | 123 | 0 | 53 | 73 | 24 | 20 | 66 | 70 |
| Binary | 11001011 | 1110011 | 1010011 | 0 | 101011 | 111011 | 10100 | 10000 | 110110 | 111000 |
Color Harmonies of #CB7353
Complementary color
Monochromatic Colors of #CB7353
Black with #CB7353
Text Example
Text Example
White with #CB7353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7353; }
p { color: rgb(203,115,83); }
H1.HeaderClassName
{
color: #CB7353;
}
.AnyTagClassName
{
color: #CB7353;
}
</style>
background-color css
<style>
a { background-color: #CB7353; }
a { background-color: rgb(203,115,83); }
div.DivClassName
{
background-color: #CB7353;
}
.BgClassName
{
background-color: #CB7353;
}
</style>
border-color css
<style>
span { border-color: #CB7353; }
span { border-color: rgb(203,115,83); }
td.TdClassName
{
border-color: #CB7353;
}
.TagClassName
{
border-color: #CB7353;
}
</style>