Shades of Japonica #CB745E
Tints of Japonica #CB745E
RGB
CMYK
RGB Variations
Color information
#CB745E (or 0xCB745E) is known color: Japonica. HEX triplet: CB, 74 and 5E. RGB value is (203,116,94). Sum of RGB (Red+Green+Blue) = 203+116+94=413 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.15% from 413); Green value is 116 (45.70% from 255 or 28.09% from 413); Blue value is 94 (37.11% from 255 or 22.76% from 413); Max value from RGB is 203 - color contains mainly: red. Hex color #CB745E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB745E is #348BA1. Grayscale: #8B8B8B. Windows color (decimal): -3443618 or 6190283. OLE color: 6190283.
HSL color Cylindrical-coordinate representation of color #CB745E: hue angle of 12.11º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CB745E is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 116 | 94 | - |
| CMYK | 0 | 0.43 | 0.54 | 0.20 |
| HSL | 12.11º | 0.51% | 0.58% | - |
| HSV(B) | 12.11º | 0.54% | 0.8% | - |
| XYZ | 32.89 | 26 | 13.87 | - |
| YUV | 139.51 | 102.32 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 116 | 94 | 0 | 0.43 | 0.54 | 0.20 | 12.11 | 0.51 | 0.58 |
| Hex | CB | 74 | 5E | 0 | 2B | 36 | 14 | C | 33 | 3A |
| Octal | 313 | 164 | 136 | 0 | 53 | 66 | 24 | 14 | 63 | 72 |
| Binary | 11001011 | 1110100 | 1011110 | 0 | 101011 | 110110 | 10100 | 1100 | 110011 | 111010 |
Color Harmonies of #CB745E
Complementary color
Monochromatic Colors of #CB745E
Black with #CB745E
Text Example
Text Example
White with #CB745E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB745E; }
p { color: rgb(203,116,94); }
H1.HeaderClassName
{
color: #CB745E;
}
.AnyTagClassName
{
color: #CB745E;
}
</style>
background-color css
<style>
a { background-color: #CB745E; }
a { background-color: rgb(203,116,94); }
div.DivClassName
{
background-color: #CB745E;
}
.BgClassName
{
background-color: #CB745E;
}
</style>
border-color css
<style>
span { border-color: #CB745E; }
span { border-color: rgb(203,116,94); }
td.TdClassName
{
border-color: #CB745E;
}
.TagClassName
{
border-color: #CB745E;
}
</style>