Shades of Japonica #CA7260
Tints of Japonica #CA7260
RGB
CMYK
RGB Variations
Color information
#CA7260 (or 0xCA7260) is known color: Japonica. HEX triplet: CA, 72 and 60. RGB value is (202,114,96). Sum of RGB (Red+Green+Blue) = 202+114+96=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 114 (44.92% from 255 or 27.67% from 412); Blue value is 96 (37.89% from 255 or 23.30% from 412); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7260 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7260 is #358D9F. Grayscale: #8A8A8A. Windows color (decimal): -3509664 or 6320842. OLE color: 6320842.
HSL color Cylindrical-coordinate representation of color #CA7260: hue angle of 10.19º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA7260 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 114 | 96 | - |
| CMYK | 0 | 0.44 | 0.52 | 0.21 |
| HSL | 10.19º | 0.5% | 0.58% | - |
| HSV(B) | 10.19º | 0.52% | 0.79% | - |
| XYZ | 32.49 | 25.44 | 14.26 | - |
| YUV | 138.26 | 104.15 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 114 | 96 | 0 | 0.44 | 0.52 | 0.21 | 10.19 | 0.5 | 0.58 |
| Hex | CA | 72 | 60 | 0 | 2C | 34 | 15 | A | 32 | 3A |
| Octal | 312 | 162 | 140 | 0 | 54 | 64 | 25 | 12 | 62 | 72 |
| Binary | 11001010 | 1110010 | 1100000 | 0 | 101100 | 110100 | 10101 | 1010 | 110010 | 111010 |
Color Harmonies of #CA7260
Complementary color
Monochromatic Colors of #CA7260
Black with #CA7260
Text Example
Text Example
White with #CA7260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7260; }
p { color: rgb(202,114,96); }
H1.HeaderClassName
{
color: #CA7260;
}
.AnyTagClassName
{
color: #CA7260;
}
</style>
background-color css
<style>
a { background-color: #CA7260; }
a { background-color: rgb(202,114,96); }
div.DivClassName
{
background-color: #CA7260;
}
.BgClassName
{
background-color: #CA7260;
}
</style>
border-color css
<style>
span { border-color: #CA7260; }
span { border-color: rgb(202,114,96); }
td.TdClassName
{
border-color: #CA7260;
}
.TagClassName
{
border-color: #CA7260;
}
</style>