Shades of Japonica #CA7564
Tints of Japonica #CA7564
RGB
CMYK
RGB Variations
Color information
#CA7564 (or 0xCA7564) is known color: Japonica. HEX triplet: CA, 75 and 64. RGB value is (202,117,100). Sum of RGB (Red+Green+Blue) = 202+117+100=419 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.21% from 419); Green value is 117 (46.09% from 255 or 27.92% from 419); Blue value is 100 (39.45% from 255 or 23.87% from 419); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7564 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7564 is #358A9B. Grayscale: #8C8C8C. Windows color (decimal): -3508892 or 6583754. OLE color: 6583754.
HSL color Cylindrical-coordinate representation of color #CA7564: hue angle of 10º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA7564 is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 117 | 100 | - |
| CMYK | 0 | 0.42 | 0.50 | 0.21 |
| HSL | 10º | 0.49% | 0.59% | - |
| HSV(B) | 10º | 0.5% | 0.79% | - |
| XYZ | 33.02 | 26.2 | 15.37 | - |
| YUV | 140.48 | 105.16 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 117 | 100 | 0 | 0.42 | 0.50 | 0.21 | 10 | 0.49 | 0.59 |
| Hex | CA | 75 | 64 | 0 | 2A | 32 | 15 | A | 31 | 3B |
| Octal | 312 | 165 | 144 | 0 | 52 | 62 | 25 | 12 | 61 | 73 |
| Binary | 11001010 | 1110101 | 1100100 | 0 | 101010 | 110010 | 10101 | 1010 | 110001 | 111011 |
Color Harmonies of #CA7564
Complementary color
Monochromatic Colors of #CA7564
Black with #CA7564
Text Example
Text Example
White with #CA7564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7564; }
p { color: rgb(202,117,100); }
H1.HeaderClassName
{
color: #CA7564;
}
.AnyTagClassName
{
color: #CA7564;
}
</style>
background-color css
<style>
a { background-color: #CA7564; }
a { background-color: rgb(202,117,100); }
div.DivClassName
{
background-color: #CA7564;
}
.BgClassName
{
background-color: #CA7564;
}
</style>
border-color css
<style>
span { border-color: #CA7564; }
span { border-color: rgb(202,117,100); }
td.TdClassName
{
border-color: #CA7564;
}
.TagClassName
{
border-color: #CA7564;
}
</style>