Shades of Japonica #CB745D
Tints of Japonica #CB745D
RGB
CMYK
RGB Variations
Color information
#CB745D (or 0xCB745D) is known color: Japonica. HEX triplet: CB, 74 and 5D. RGB value is (203,116,93). Sum of RGB (Red+Green+Blue) = 203+116+93=412 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.27% from 412); Green value is 116 (45.70% from 255 or 28.16% from 412); Blue value is 93 (36.72% from 255 or 22.57% from 412); Max value from RGB is 203 - color contains mainly: red. Hex color #CB745D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB745D is #348BA2. Grayscale: #8B8B8B. Windows color (decimal): -3443619 or 6124747. OLE color: 6124747.
HSL color Cylindrical-coordinate representation of color #CB745D: hue angle of 12.55º 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 #CB745D is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 116 | 93 | - |
| CMYK | 0 | 0.43 | 0.54 | 0.20 |
| HSL | 12.55º | 0.51% | 0.58% | - |
| HSV(B) | 12.55º | 0.54% | 0.8% | - |
| XYZ | 32.85 | 25.98 | 13.64 | - |
| YUV | 139.39 | 101.82 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 116 | 93 | 0 | 0.43 | 0.54 | 0.20 | 12.55 | 0.51 | 0.58 |
| Hex | CB | 74 | 5D | 0 | 2B | 36 | 14 | D | 33 | 3A |
| Octal | 313 | 164 | 135 | 0 | 53 | 66 | 24 | 15 | 63 | 72 |
| Binary | 11001011 | 1110100 | 1011101 | 0 | 101011 | 110110 | 10100 | 1101 | 110011 | 111010 |
Color Harmonies of #CB745D
Complementary color
Monochromatic Colors of #CB745D
Black with #CB745D
Text Example
Text Example
White with #CB745D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB745D; }
p { color: rgb(203,116,93); }
H1.HeaderClassName
{
color: #CB745D;
}
.AnyTagClassName
{
color: #CB745D;
}
</style>
background-color css
<style>
a { background-color: #CB745D; }
a { background-color: rgb(203,116,93); }
div.DivClassName
{
background-color: #CB745D;
}
.BgClassName
{
background-color: #CB745D;
}
</style>
border-color css
<style>
span { border-color: #CB745D; }
span { border-color: rgb(203,116,93); }
td.TdClassName
{
border-color: #CB745D;
}
.TagClassName
{
border-color: #CB745D;
}
</style>