Shades of Japonica #CB7663
Tints of Japonica #CB7663
RGB
CMYK
RGB Variations
Color information
#CB7663 (or 0xCB7663) is known color: Japonica. HEX triplet: CB, 76 and 63. RGB value is (203,118,99). Sum of RGB (Red+Green+Blue) = 203+118+99=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 118 (46.48% from 255 or 28.10% from 420); Blue value is 99 (39.06% from 255 or 23.57% from 420); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7663 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7663 is #34899C. Grayscale: #8D8D8D. Windows color (decimal): -3443101 or 6518475. OLE color: 6518475.
HSL color Cylindrical-coordinate representation of color #CB7663: hue angle of 10.96º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CB7663 is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 118 | 99 | - |
| CMYK | 0 | 0.42 | 0.51 | 0.20 |
| HSL | 10.96º | 0.5% | 0.59% | - |
| HSV(B) | 10.96º | 0.51% | 0.8% | - |
| XYZ | 33.36 | 26.55 | 15.17 | - |
| YUV | 141.25 | 104.16 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 118 | 99 | 0 | 0.42 | 0.51 | 0.20 | 10.96 | 0.5 | 0.59 |
| Hex | CB | 76 | 63 | 0 | 2A | 33 | 14 | B | 32 | 3B |
| Octal | 313 | 166 | 143 | 0 | 52 | 63 | 24 | 13 | 62 | 73 |
| Binary | 11001011 | 1110110 | 1100011 | 0 | 101010 | 110011 | 10100 | 1011 | 110010 | 111011 |
Color Harmonies of #CB7663
Complementary color
Monochromatic Colors of #CB7663
Black with #CB7663
Text Example
Text Example
White with #CB7663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7663; }
p { color: rgb(203,118,99); }
H1.HeaderClassName
{
color: #CB7663;
}
.AnyTagClassName
{
color: #CB7663;
}
</style>
background-color css
<style>
a { background-color: #CB7663; }
a { background-color: rgb(203,118,99); }
div.DivClassName
{
background-color: #CB7663;
}
.BgClassName
{
background-color: #CB7663;
}
</style>
border-color css
<style>
span { border-color: #CB7663; }
span { border-color: rgb(203,118,99); }
td.TdClassName
{
border-color: #CB7663;
}
.TagClassName
{
border-color: #CB7663;
}
</style>