Shades of Japonica #CA7557
Tints of Japonica #CA7557
RGB
CMYK
RGB Variations
Color information
#CA7557 (or 0xCA7557) is known color: Japonica. HEX triplet: CA, 75 and 57. RGB value is (202,117,87). Sum of RGB (Red+Green+Blue) = 202+117+87=406 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.75% from 406); Green value is 117 (46.09% from 255 or 28.82% from 406); Blue value is 87 (34.38% from 255 or 21.43% from 406); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7557 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7557 is #358AA8. Grayscale: #8B8B8B. Windows color (decimal): -3508905 or 5731786. OLE color: 5731786.
HSL color Cylindrical-coordinate representation of color #CA7557: hue angle of 15.65º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA7557 is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 117 | 87 | - |
| CMYK | 0 | 0.42 | 0.57 | 0.21 |
| HSL | 15.65º | 0.52% | 0.57% | - |
| HSV(B) | 15.65º | 0.57% | 0.79% | - |
| XYZ | 32.44 | 25.97 | 12.32 | - |
| YUV | 139 | 98.66 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 117 | 87 | 0 | 0.42 | 0.57 | 0.21 | 15.65 | 0.52 | 0.57 |
| Hex | CA | 75 | 57 | 0 | 2A | 39 | 15 | 10 | 34 | 39 |
| Octal | 312 | 165 | 127 | 0 | 52 | 71 | 25 | 20 | 64 | 71 |
| Binary | 11001010 | 1110101 | 1010111 | 0 | 101010 | 111001 | 10101 | 10000 | 110100 | 111001 |
Color Harmonies of #CA7557
Complementary color
Monochromatic Colors of #CA7557
Black with #CA7557
Text Example
Text Example
White with #CA7557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7557; }
p { color: rgb(202,117,87); }
H1.HeaderClassName
{
color: #CA7557;
}
.AnyTagClassName
{
color: #CA7557;
}
</style>
background-color css
<style>
a { background-color: #CA7557; }
a { background-color: rgb(202,117,87); }
div.DivClassName
{
background-color: #CA7557;
}
.BgClassName
{
background-color: #CA7557;
}
</style>
border-color css
<style>
span { border-color: #CA7557; }
span { border-color: rgb(202,117,87); }
td.TdClassName
{
border-color: #CA7557;
}
.TagClassName
{
border-color: #CA7557;
}
</style>