Shades of Japonica #CA775E
Tints of Japonica #CA775E
RGB
CMYK
RGB Variations
Color information
#CA775E (or 0xCA775E) is known color: Japonica. HEX triplet: CA, 77 and 5E. RGB value is (202,119,94). Sum of RGB (Red+Green+Blue) = 202+119+94=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 119 (46.88% from 255 or 28.67% from 415); Blue value is 94 (37.11% from 255 or 22.65% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CA775E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA775E is #3588A1. Grayscale: #8D8D8D. Windows color (decimal): -3508386 or 6191050. OLE color: 6191050.
HSL color Cylindrical-coordinate representation of color #CA775E: hue angle of 13.89º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CA775E is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 119 | 94 | - |
| CMYK | 0 | 0.41 | 0.53 | 0.21 |
| HSL | 13.89º | 0.5% | 0.58% | - |
| HSV(B) | 13.89º | 0.53% | 0.79% | - |
| XYZ | 32.97 | 26.56 | 13.98 | - |
| YUV | 140.97 | 101.5 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 119 | 94 | 0 | 0.41 | 0.53 | 0.21 | 13.89 | 0.5 | 0.58 |
| Hex | CA | 77 | 5E | 0 | 29 | 35 | 15 | E | 32 | 3A |
| Octal | 312 | 167 | 136 | 0 | 51 | 65 | 25 | 16 | 62 | 72 |
| Binary | 11001010 | 1110111 | 1011110 | 0 | 101001 | 110101 | 10101 | 1110 | 110010 | 111010 |
Color Harmonies of #CA775E
Complementary color
Monochromatic Colors of #CA775E
Black with #CA775E
Text Example
Text Example
White with #CA775E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA775E; }
p { color: rgb(202,119,94); }
H1.HeaderClassName
{
color: #CA775E;
}
.AnyTagClassName
{
color: #CA775E;
}
</style>
background-color css
<style>
a { background-color: #CA775E; }
a { background-color: rgb(202,119,94); }
div.DivClassName
{
background-color: #CA775E;
}
.BgClassName
{
background-color: #CA775E;
}
</style>
border-color css
<style>
span { border-color: #CA775E; }
span { border-color: rgb(202,119,94); }
td.TdClassName
{
border-color: #CA775E;
}
.TagClassName
{
border-color: #CA775E;
}
</style>