Shades of Japonica #CB7766
Tints of Japonica #CB7766
RGB
CMYK
RGB Variations
Color information
#CB7766 (or 0xCB7766) is known color: Japonica. HEX triplet: CB, 77 and 66. RGB value is (203,119,102). Sum of RGB (Red+Green+Blue) = 203+119+102=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 119 (46.88% from 255 or 28.07% from 424); Blue value is 102 (40.23% from 255 or 24.06% from 424); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7766 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7766 is #348899. Grayscale: #8E8E8E. Windows color (decimal): -3442842 or 6715339. OLE color: 6715339.
HSL color Cylindrical-coordinate representation of color #CB7766: hue angle of 10.1º degrees, saturation: 0.49, 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 #CB7766 is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 119 | 102 | - |
| CMYK | 0 | 0.41 | 0.50 | 0.20 |
| HSL | 10.1º | 0.49% | 0.6% | - |
| HSV(B) | 10.1º | 0.5% | 0.8% | - |
| XYZ | 33.62 | 26.85 | 15.98 | - |
| YUV | 142.18 | 105.33 | 171.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 119 | 102 | 0 | 0.41 | 0.50 | 0.20 | 10.1 | 0.49 | 0.6 |
| Hex | CB | 77 | 66 | 0 | 29 | 32 | 14 | A | 31 | 3C |
| Octal | 313 | 167 | 146 | 0 | 51 | 62 | 24 | 12 | 61 | 74 |
| Binary | 11001011 | 1110111 | 1100110 | 0 | 101001 | 110010 | 10100 | 1010 | 110001 | 111100 |
Color Harmonies of #CB7766
Complementary color
Monochromatic Colors of #CB7766
Black with #CB7766
Text Example
Text Example
White with #CB7766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7766; }
p { color: rgb(203,119,102); }
H1.HeaderClassName
{
color: #CB7766;
}
.AnyTagClassName
{
color: #CB7766;
}
</style>
background-color css
<style>
a { background-color: #CB7766; }
a { background-color: rgb(203,119,102); }
div.DivClassName
{
background-color: #CB7766;
}
.BgClassName
{
background-color: #CB7766;
}
</style>
border-color css
<style>
span { border-color: #CB7766; }
span { border-color: rgb(203,119,102); }
td.TdClassName
{
border-color: #CB7766;
}
.TagClassName
{
border-color: #CB7766;
}
</style>