Shades of Japonica #CB7763
Tints of Japonica #CB7763
RGB
CMYK
RGB Variations
Color information
#CB7763 (or 0xCB7763) is known color: Japonica. HEX triplet: CB, 77 and 63. RGB value is (203,119,99). Sum of RGB (Red+Green+Blue) = 203+119+99=421 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.22% from 421); Green value is 119 (46.88% from 255 or 28.27% from 421); Blue value is 99 (39.06% from 255 or 23.52% from 421); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7763 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7763 is #34889C. Grayscale: #8E8E8E. Windows color (decimal): -3442845 or 6518731. OLE color: 6518731.
HSL color Cylindrical-coordinate representation of color #CB7763: hue angle of 11.54º 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 #CB7763 is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 119 | 99 | - |
| CMYK | 0 | 0.41 | 0.51 | 0.20 |
| HSL | 11.54º | 0.5% | 0.59% | - |
| HSV(B) | 11.54º | 0.51% | 0.8% | - |
| XYZ | 33.48 | 26.79 | 15.21 | - |
| YUV | 141.84 | 103.83 | 171.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 119 | 99 | 0 | 0.41 | 0.51 | 0.20 | 11.54 | 0.5 | 0.59 |
| Hex | CB | 77 | 63 | 0 | 29 | 33 | 14 | C | 32 | 3B |
| Octal | 313 | 167 | 143 | 0 | 51 | 63 | 24 | 14 | 62 | 73 |
| Binary | 11001011 | 1110111 | 1100011 | 0 | 101001 | 110011 | 10100 | 1100 | 110010 | 111011 |
Color Harmonies of #CB7763
Complementary color
Monochromatic Colors of #CB7763
Black with #CB7763
Text Example
Text Example
White with #CB7763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7763; }
p { color: rgb(203,119,99); }
H1.HeaderClassName
{
color: #CB7763;
}
.AnyTagClassName
{
color: #CB7763;
}
</style>
background-color css
<style>
a { background-color: #CB7763; }
a { background-color: rgb(203,119,99); }
div.DivClassName
{
background-color: #CB7763;
}
.BgClassName
{
background-color: #CB7763;
}
</style>
border-color css
<style>
span { border-color: #CB7763; }
span { border-color: rgb(203,119,99); }
td.TdClassName
{
border-color: #CB7763;
}
.TagClassName
{
border-color: #CB7763;
}
</style>