Shades of Japonica #CA7156
Tints of Japonica #CA7156
RGB
CMYK
RGB Variations
Color information
#CA7156 (or 0xCA7156) is known color: Japonica. HEX triplet: CA, 71 and 56. RGB value is (202,113,86). Sum of RGB (Red+Green+Blue) = 202+113+86=401 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.37% from 401); Green value is 113 (44.53% from 255 or 28.18% from 401); Blue value is 86 (33.98% from 255 or 21.45% from 401); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7156 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7156 is #358EA9. Grayscale: #888888. Windows color (decimal): -3509930 or 5665226. OLE color: 5665226.
HSL color Cylindrical-coordinate representation of color #CA7156: hue angle of 13.97º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA7156 is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 113 | 86 | - |
| CMYK | 0 | 0.44 | 0.57 | 0.21 |
| HSL | 13.97º | 0.52% | 0.56% | - |
| HSV(B) | 13.97º | 0.57% | 0.79% | - |
| XYZ | 31.94 | 25.04 | 11.95 | - |
| YUV | 136.53 | 99.49 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 113 | 86 | 0 | 0.44 | 0.57 | 0.21 | 13.97 | 0.52 | 0.56 |
| Hex | CA | 71 | 56 | 0 | 2C | 39 | 15 | E | 34 | 38 |
| Octal | 312 | 161 | 126 | 0 | 54 | 71 | 25 | 16 | 64 | 70 |
| Binary | 11001010 | 1110001 | 1010110 | 0 | 101100 | 111001 | 10101 | 1110 | 110100 | 111000 |
Color Harmonies of #CA7156
Complementary color
Monochromatic Colors of #CA7156
Black with #CA7156
Text Example
Text Example
White with #CA7156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7156; }
p { color: rgb(202,113,86); }
H1.HeaderClassName
{
color: #CA7156;
}
.AnyTagClassName
{
color: #CA7156;
}
</style>
background-color css
<style>
a { background-color: #CA7156; }
a { background-color: rgb(202,113,86); }
div.DivClassName
{
background-color: #CA7156;
}
.BgClassName
{
background-color: #CA7156;
}
</style>
border-color css
<style>
span { border-color: #CA7156; }
span { border-color: rgb(202,113,86); }
td.TdClassName
{
border-color: #CA7156;
}
.TagClassName
{
border-color: #CA7156;
}
</style>