Shades of Japonica #CB745F
Tints of Japonica #CB745F
RGB
CMYK
RGB Variations
Color information
#CB745F (or 0xCB745F) is known color: Japonica. HEX triplet: CB, 74 and 5F. RGB value is (203,116,95). Sum of RGB (Red+Green+Blue) = 203+116+95=414 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.03% from 414); Green value is 116 (45.70% from 255 or 28.02% from 414); Blue value is 95 (37.5% from 255 or 22.95% from 414); Max value from RGB is 203 - color contains mainly: red. Hex color #CB745F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB745F is #348BA0. Grayscale: #8B8B8B. Windows color (decimal): -3443617 or 6255819. OLE color: 6255819.
HSL color Cylindrical-coordinate representation of color #CB745F: hue angle of 11.67º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB745F is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 116 | 95 | - |
| CMYK | 0 | 0.43 | 0.53 | 0.20 |
| HSL | 11.67º | 0.51% | 0.58% | - |
| HSV(B) | 11.67º | 0.53% | 0.8% | - |
| XYZ | 32.94 | 26.01 | 14.11 | - |
| YUV | 139.62 | 102.82 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 116 | 95 | 0 | 0.43 | 0.53 | 0.20 | 11.67 | 0.51 | 0.58 |
| Hex | CB | 74 | 5F | 0 | 2B | 35 | 14 | C | 33 | 3A |
| Octal | 313 | 164 | 137 | 0 | 53 | 65 | 24 | 14 | 63 | 72 |
| Binary | 11001011 | 1110100 | 1011111 | 0 | 101011 | 110101 | 10100 | 1100 | 110011 | 111010 |
Color Harmonies of #CB745F
Complementary color
Monochromatic Colors of #CB745F
Black with #CB745F
Text Example
Text Example
White with #CB745F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB745F; }
p { color: rgb(203,116,95); }
H1.HeaderClassName
{
color: #CB745F;
}
.AnyTagClassName
{
color: #CB745F;
}
</style>
background-color css
<style>
a { background-color: #CB745F; }
a { background-color: rgb(203,116,95); }
div.DivClassName
{
background-color: #CB745F;
}
.BgClassName
{
background-color: #CB745F;
}
</style>
border-color css
<style>
span { border-color: #CB745F; }
span { border-color: rgb(203,116,95); }
td.TdClassName
{
border-color: #CB745F;
}
.TagClassName
{
border-color: #CB745F;
}
</style>