Shades of Japonica #CB7565
Tints of Japonica #CB7565
RGB
CMYK
RGB Variations
Color information
#CB7565 (or 0xCB7565) is known color: Japonica. HEX triplet: CB, 75 and 65. RGB value is (203,117,101). Sum of RGB (Red+Green+Blue) = 203+117+101=421 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.22% from 421); Green value is 117 (46.09% from 255 or 27.79% from 421); Blue value is 101 (39.84% from 255 or 23.99% from 421); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7565 is #348A9A. Grayscale: #8D8D8D. Windows color (decimal): -3443355 or 6649291. OLE color: 6649291.
HSL color Cylindrical-coordinate representation of color #CB7565: hue angle of 9.41º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB7565 is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 117 | 101 | - |
| CMYK | 0 | 0.42 | 0.50 | 0.20 |
| HSL | 9.41º | 0.5% | 0.6% | - |
| HSV(B) | 9.41º | 0.5% | 0.8% | - |
| XYZ | 33.34 | 26.36 | 15.64 | - |
| YUV | 140.89 | 105.49 | 172.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 117 | 101 | 0 | 0.42 | 0.50 | 0.20 | 9.41 | 0.5 | 0.6 |
| Hex | CB | 75 | 65 | 0 | 2A | 32 | 14 | 9 | 32 | 3C |
| Octal | 313 | 165 | 145 | 0 | 52 | 62 | 24 | 11 | 62 | 74 |
| Binary | 11001011 | 1110101 | 1100101 | 0 | 101010 | 110010 | 10100 | 1001 | 110010 | 111100 |
Color Harmonies of #CB7565
Complementary color
Monochromatic Colors of #CB7565
Black with #CB7565
Text Example
Text Example
White with #CB7565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7565; }
p { color: rgb(203,117,101); }
H1.HeaderClassName
{
color: #CB7565;
}
.AnyTagClassName
{
color: #CB7565;
}
</style>
background-color css
<style>
a { background-color: #CB7565; }
a { background-color: rgb(203,117,101); }
div.DivClassName
{
background-color: #CB7565;
}
.BgClassName
{
background-color: #CB7565;
}
</style>
border-color css
<style>
span { border-color: #CB7565; }
span { border-color: rgb(203,117,101); }
td.TdClassName
{
border-color: #CB7565;
}
.TagClassName
{
border-color: #CB7565;
}
</style>