Shades of Japonica #CA7558
Tints of Japonica #CA7558
RGB
CMYK
RGB Variations
Color information
#CA7558 (or 0xCA7558) is known color: Japonica. HEX triplet: CA, 75 and 58. RGB value is (202,117,88). Sum of RGB (Red+Green+Blue) = 202+117+88=407 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.63% from 407); Green value is 117 (46.09% from 255 or 28.75% from 407); Blue value is 88 (34.77% from 255 or 21.62% from 407); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7558 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7558 is #358AA7. Grayscale: #8B8B8B. Windows color (decimal): -3508904 or 5797322. OLE color: 5797322.
HSL color Cylindrical-coordinate representation of color #CA7558: hue angle of 15.26º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CA7558 is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 117 | 88 | - |
| CMYK | 0 | 0.42 | 0.56 | 0.21 |
| HSL | 15.26º | 0.52% | 0.57% | - |
| HSV(B) | 15.26º | 0.56% | 0.79% | - |
| XYZ | 32.48 | 25.98 | 12.54 | - |
| YUV | 139.11 | 99.16 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 117 | 88 | 0 | 0.42 | 0.56 | 0.21 | 15.26 | 0.52 | 0.57 |
| Hex | CA | 75 | 58 | 0 | 2A | 38 | 15 | F | 34 | 39 |
| Octal | 312 | 165 | 130 | 0 | 52 | 70 | 25 | 17 | 64 | 71 |
| Binary | 11001010 | 1110101 | 1011000 | 0 | 101010 | 111000 | 10101 | 1111 | 110100 | 111001 |
Color Harmonies of #CA7558
Complementary color
Monochromatic Colors of #CA7558
Black with #CA7558
Text Example
Text Example
White with #CA7558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7558; }
p { color: rgb(202,117,88); }
H1.HeaderClassName
{
color: #CA7558;
}
.AnyTagClassName
{
color: #CA7558;
}
</style>
background-color css
<style>
a { background-color: #CA7558; }
a { background-color: rgb(202,117,88); }
div.DivClassName
{
background-color: #CA7558;
}
.BgClassName
{
background-color: #CA7558;
}
</style>
border-color css
<style>
span { border-color: #CA7558; }
span { border-color: rgb(202,117,88); }
td.TdClassName
{
border-color: #CA7558;
}
.TagClassName
{
border-color: #CA7558;
}
</style>