Shades of Japonica #CA7355
Tints of Japonica #CA7355
RGB
CMYK
RGB Variations
Color information
#CA7355 (or 0xCA7355) is known color: Japonica. HEX triplet: CA, 73 and 55. RGB value is (202,115,85). Sum of RGB (Red+Green+Blue) = 202+115+85=402 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.25% from 402); Green value is 115 (45.31% from 255 or 28.61% from 402); Blue value is 85 (33.59% from 255 or 21.14% from 402); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7355 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7355 is #358CAA. Grayscale: #898989. Windows color (decimal): -3509419 or 5600202. OLE color: 5600202.
HSL color Cylindrical-coordinate representation of color #CA7355: hue angle of 15.38º degrees, saturation: 0.52, 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 #CA7355 is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 115 | 85 | - |
| CMYK | 0 | 0.43 | 0.58 | 0.21 |
| HSL | 15.38º | 0.52% | 0.56% | - |
| HSV(B) | 15.38º | 0.58% | 0.79% | - |
| XYZ | 32.13 | 25.47 | 11.82 | - |
| YUV | 137.59 | 98.32 | 173.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 115 | 85 | 0 | 0.43 | 0.58 | 0.21 | 15.38 | 0.52 | 0.56 |
| Hex | CA | 73 | 55 | 0 | 2B | 3A | 15 | F | 34 | 38 |
| Octal | 312 | 163 | 125 | 0 | 53 | 72 | 25 | 17 | 64 | 70 |
| Binary | 11001010 | 1110011 | 1010101 | 0 | 101011 | 111010 | 10101 | 1111 | 110100 | 111000 |
Color Harmonies of #CA7355
Complementary color
Monochromatic Colors of #CA7355
Black with #CA7355
Text Example
Text Example
White with #CA7355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7355; }
p { color: rgb(202,115,85); }
H1.HeaderClassName
{
color: #CA7355;
}
.AnyTagClassName
{
color: #CA7355;
}
</style>
background-color css
<style>
a { background-color: #CA7355; }
a { background-color: rgb(202,115,85); }
div.DivClassName
{
background-color: #CA7355;
}
.BgClassName
{
background-color: #CA7355;
}
</style>
border-color css
<style>
span { border-color: #CA7355; }
span { border-color: rgb(202,115,85); }
td.TdClassName
{
border-color: #CA7355;
}
.TagClassName
{
border-color: #CA7355;
}
</style>