Shades of Japonica #CB765E
Tints of Japonica #CB765E
RGB
CMYK
RGB Variations
Color information
#CB765E (or 0xCB765E) is known color: Japonica. HEX triplet: CB, 76 and 5E. RGB value is (203,118,94). Sum of RGB (Red+Green+Blue) = 203+118+94=415 (54% of max value = 765). Red value is 203 (79.69% from 255 or 48.92% from 415); Green value is 118 (46.48% from 255 or 28.43% from 415); Blue value is 94 (37.11% from 255 or 22.65% from 415); Max value from RGB is 203 - color contains mainly: red. Hex color #CB765E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB765E is #3489A1. Grayscale: #8C8C8C. Windows color (decimal): -3443106 or 6190795. OLE color: 6190795.
HSL color Cylindrical-coordinate representation of color #CB765E: hue angle of 13.21º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CB765E is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 118 | 94 | - |
| CMYK | 0 | 0.42 | 0.54 | 0.20 |
| HSL | 13.21º | 0.51% | 0.58% | - |
| HSV(B) | 13.21º | 0.54% | 0.8% | - |
| XYZ | 33.13 | 26.46 | 13.95 | - |
| YUV | 140.68 | 101.66 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 118 | 94 | 0 | 0.42 | 0.54 | 0.20 | 13.21 | 0.51 | 0.58 |
| Hex | CB | 76 | 5E | 0 | 2A | 36 | 14 | D | 33 | 3A |
| Octal | 313 | 166 | 136 | 0 | 52 | 66 | 24 | 15 | 63 | 72 |
| Binary | 11001011 | 1110110 | 1011110 | 0 | 101010 | 110110 | 10100 | 1101 | 110011 | 111010 |
Color Harmonies of #CB765E
Complementary color
Monochromatic Colors of #CB765E
Black with #CB765E
Text Example
Text Example
White with #CB765E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB765E; }
p { color: rgb(203,118,94); }
H1.HeaderClassName
{
color: #CB765E;
}
.AnyTagClassName
{
color: #CB765E;
}
</style>
background-color css
<style>
a { background-color: #CB765E; }
a { background-color: rgb(203,118,94); }
div.DivClassName
{
background-color: #CB765E;
}
.BgClassName
{
background-color: #CB765E;
}
</style>
border-color css
<style>
span { border-color: #CB765E; }
span { border-color: rgb(203,118,94); }
td.TdClassName
{
border-color: #CB765E;
}
.TagClassName
{
border-color: #CB765E;
}
</style>