Shades of Japonica #CA785E
Tints of Japonica #CA785E
RGB
CMYK
RGB Variations
Color information
#CA785E (or 0xCA785E) is known color: Japonica. HEX triplet: CA, 78 and 5E. RGB value is (202,120,94). Sum of RGB (Red+Green+Blue) = 202+120+94=416 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.56% from 416); Green value is 120 (47.27% from 255 or 28.85% from 416); Blue value is 94 (37.11% from 255 or 22.60% from 416); Max value from RGB is 202 - color contains mainly: red. Hex color #CA785E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA785E is #3587A1. Grayscale: #8D8D8D. Windows color (decimal): -3508130 or 6191306. OLE color: 6191306.
HSL color Cylindrical-coordinate representation of color #CA785E: hue angle of 14.44º 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 #CA785E is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 120 | 94 | - |
| CMYK | 0 | 0.41 | 0.53 | 0.21 |
| HSL | 14.44º | 0.5% | 0.58% | - |
| HSV(B) | 14.44º | 0.53% | 0.79% | - |
| XYZ | 33.09 | 26.8 | 14.02 | - |
| YUV | 141.55 | 101.17 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 120 | 94 | 0 | 0.41 | 0.53 | 0.21 | 14.44 | 0.5 | 0.58 |
| Hex | CA | 78 | 5E | 0 | 29 | 35 | 15 | E | 32 | 3A |
| Octal | 312 | 170 | 136 | 0 | 51 | 65 | 25 | 16 | 62 | 72 |
| Binary | 11001010 | 1111000 | 1011110 | 0 | 101001 | 110101 | 10101 | 1110 | 110010 | 111010 |
Color Harmonies of #CA785E
Complementary color
Monochromatic Colors of #CA785E
Black with #CA785E
Text Example
Text Example
White with #CA785E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA785E; }
p { color: rgb(202,120,94); }
H1.HeaderClassName
{
color: #CA785E;
}
.AnyTagClassName
{
color: #CA785E;
}
</style>
background-color css
<style>
a { background-color: #CA785E; }
a { background-color: rgb(202,120,94); }
div.DivClassName
{
background-color: #CA785E;
}
.BgClassName
{
background-color: #CA785E;
}
</style>
border-color css
<style>
span { border-color: #CA785E; }
span { border-color: rgb(202,120,94); }
td.TdClassName
{
border-color: #CA785E;
}
.TagClassName
{
border-color: #CA785E;
}
</style>