Shades of Japonica #CA7054
Tints of Japonica #CA7054
RGB
CMYK
RGB Variations
Color information
#CA7054 (or 0xCA7054) is known color: Japonica. HEX triplet: CA, 70 and 54. RGB value is (202,112,84). Sum of RGB (Red+Green+Blue) = 202+112+84=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 112 (44.14% from 255 or 28.14% from 398); Blue value is 84 (33.20% from 255 or 21.11% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7054 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7054 is #358FAB. Grayscale: #878787. Windows color (decimal): -3510188 or 5533898. OLE color: 5533898.
HSL color Cylindrical-coordinate representation of color #CA7054: hue angle of 14.24º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CA7054 is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 112 | 84 | - |
| CMYK | 0 | 0.45 | 0.58 | 0.21 |
| HSL | 14.24º | 0.53% | 0.56% | - |
| HSV(B) | 14.24º | 0.58% | 0.79% | - |
| XYZ | 31.75 | 24.78 | 11.5 | - |
| YUV | 135.72 | 98.82 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 112 | 84 | 0 | 0.45 | 0.58 | 0.21 | 14.24 | 0.53 | 0.56 |
| Hex | CA | 70 | 54 | 0 | 2D | 3A | 15 | E | 35 | 38 |
| Octal | 312 | 160 | 124 | 0 | 55 | 72 | 25 | 16 | 65 | 70 |
| Binary | 11001010 | 1110000 | 1010100 | 0 | 101101 | 111010 | 10101 | 1110 | 110101 | 111000 |
Color Harmonies of #CA7054
Complementary color
Monochromatic Colors of #CA7054
Black with #CA7054
Text Example
Text Example
White with #CA7054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7054; }
p { color: rgb(202,112,84); }
H1.HeaderClassName
{
color: #CA7054;
}
.AnyTagClassName
{
color: #CA7054;
}
</style>
background-color css
<style>
a { background-color: #CA7054; }
a { background-color: rgb(202,112,84); }
div.DivClassName
{
background-color: #CA7054;
}
.BgClassName
{
background-color: #CA7054;
}
</style>
border-color css
<style>
span { border-color: #CA7054; }
span { border-color: rgb(202,112,84); }
td.TdClassName
{
border-color: #CA7054;
}
.TagClassName
{
border-color: #CA7054;
}
</style>