Shades of Japonica #CB7762
Tints of Japonica #CB7762
RGB
CMYK
RGB Variations
Color information
#CB7762 (or 0xCB7762) is known color: Japonica. HEX triplet: CB, 77 and 62. RGB value is (203,119,98). Sum of RGB (Red+Green+Blue) = 203+119+98=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 119 (46.88% from 255 or 28.33% from 420); Blue value is 98 (38.67% from 255 or 23.33% from 420); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7762 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7762 is #34889D. Grayscale: #8D8D8D. Windows color (decimal): -3442846 or 6453195. OLE color: 6453195.
HSL color Cylindrical-coordinate representation of color #CB7762: hue angle of 12º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CB7762 is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 119 | 98 | - |
| CMYK | 0 | 0.41 | 0.52 | 0.20 |
| HSL | 12º | 0.5% | 0.59% | - |
| HSV(B) | 12º | 0.52% | 0.8% | - |
| XYZ | 33.43 | 26.77 | 14.96 | - |
| YUV | 141.72 | 103.33 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 119 | 98 | 0 | 0.41 | 0.52 | 0.20 | 12 | 0.5 | 0.59 |
| Hex | CB | 77 | 62 | 0 | 29 | 34 | 14 | C | 32 | 3B |
| Octal | 313 | 167 | 142 | 0 | 51 | 64 | 24 | 14 | 62 | 73 |
| Binary | 11001011 | 1110111 | 1100010 | 0 | 101001 | 110100 | 10100 | 1100 | 110010 | 111011 |
Color Harmonies of #CB7762
Complementary color
Monochromatic Colors of #CB7762
Black with #CB7762
Text Example
Text Example
White with #CB7762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7762; }
p { color: rgb(203,119,98); }
H1.HeaderClassName
{
color: #CB7762;
}
.AnyTagClassName
{
color: #CB7762;
}
</style>
background-color css
<style>
a { background-color: #CB7762; }
a { background-color: rgb(203,119,98); }
div.DivClassName
{
background-color: #CB7762;
}
.BgClassName
{
background-color: #CB7762;
}
</style>
border-color css
<style>
span { border-color: #CB7762; }
span { border-color: rgb(203,119,98); }
td.TdClassName
{
border-color: #CB7762;
}
.TagClassName
{
border-color: #CB7762;
}
</style>