Shades of Japonica #CA7963
Tints of Japonica #CA7963
RGB
CMYK
RGB Variations
Color information
#CA7963 (or 0xCA7963) is known color: Japonica. HEX triplet: CA, 79 and 63. RGB value is (202,121,99). Sum of RGB (Red+Green+Blue) = 202+121+99=422 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.87% from 422); Green value is 121 (47.66% from 255 or 28.67% from 422); Blue value is 99 (39.06% from 255 or 23.46% from 422); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7963 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7963 is #35869C. Grayscale: #8E8E8E. Windows color (decimal): -3507869 or 6519242. OLE color: 6519242.
HSL color Cylindrical-coordinate representation of color #CA7963: hue angle of 12.82º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CA7963 is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 121 | 99 | - |
| CMYK | 0 | 0.40 | 0.51 | 0.21 |
| HSL | 12.82º | 0.49% | 0.59% | - |
| HSV(B) | 12.82º | 0.51% | 0.79% | - |
| XYZ | 33.45 | 27.13 | 15.28 | - |
| YUV | 142.71 | 103.34 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 121 | 99 | 0 | 0.40 | 0.51 | 0.21 | 12.82 | 0.49 | 0.59 |
| Hex | CA | 79 | 63 | 0 | 28 | 33 | 15 | D | 31 | 3B |
| Octal | 312 | 171 | 143 | 0 | 50 | 63 | 25 | 15 | 61 | 73 |
| Binary | 11001010 | 1111001 | 1100011 | 0 | 101000 | 110011 | 10101 | 1101 | 110001 | 111011 |
Color Harmonies of #CA7963
Complementary color
Monochromatic Colors of #CA7963
Black with #CA7963
Text Example
Text Example
White with #CA7963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7963; }
p { color: rgb(202,121,99); }
H1.HeaderClassName
{
color: #CA7963;
}
.AnyTagClassName
{
color: #CA7963;
}
</style>
background-color css
<style>
a { background-color: #CA7963; }
a { background-color: rgb(202,121,99); }
div.DivClassName
{
background-color: #CA7963;
}
.BgClassName
{
background-color: #CA7963;
}
</style>
border-color css
<style>
span { border-color: #CA7963; }
span { border-color: rgb(202,121,99); }
td.TdClassName
{
border-color: #CA7963;
}
.TagClassName
{
border-color: #CA7963;
}
</style>