Shades of Japonica #CA6E5D
Tints of Japonica #CA6E5D
RGB
CMYK
RGB Variations
Color information
#CA6E5D (or 0xCA6E5D) is known color: Japonica. HEX triplet: CA, 6E and 5D. RGB value is (202,110,93). Sum of RGB (Red+Green+Blue) = 202+110+93=405 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.88% from 405); Green value is 110 (43.36% from 255 or 27.16% from 405); Blue value is 93 (36.72% from 255 or 22.96% from 405); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6E5D is #3591A2. Grayscale: #878787. Windows color (decimal): -3510691 or 6123210. OLE color: 6123210.
HSL color Cylindrical-coordinate representation of color #CA6E5D: hue angle of 9.36º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CA6E5D is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 110 | 93 | - |
| CMYK | 0 | 0.46 | 0.54 | 0.21 |
| HSL | 9.36º | 0.51% | 0.58% | - |
| HSV(B) | 9.36º | 0.54% | 0.79% | - |
| XYZ | 31.91 | 24.5 | 13.4 | - |
| YUV | 135.57 | 103.98 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 110 | 93 | 0 | 0.46 | 0.54 | 0.21 | 9.36 | 0.51 | 0.58 |
| Hex | CA | 6E | 5D | 0 | 2E | 36 | 15 | 9 | 33 | 3A |
| Octal | 312 | 156 | 135 | 0 | 56 | 66 | 25 | 11 | 63 | 72 |
| Binary | 11001010 | 1101110 | 1011101 | 0 | 101110 | 110110 | 10101 | 1001 | 110011 | 111010 |
Color Harmonies of #CA6E5D
Complementary color
Monochromatic Colors of #CA6E5D
Black with #CA6E5D
Text Example
Text Example
White with #CA6E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6E5D; }
p { color: rgb(202,110,93); }
H1.HeaderClassName
{
color: #CA6E5D;
}
.AnyTagClassName
{
color: #CA6E5D;
}
</style>
background-color css
<style>
a { background-color: #CA6E5D; }
a { background-color: rgb(202,110,93); }
div.DivClassName
{
background-color: #CA6E5D;
}
.BgClassName
{
background-color: #CA6E5D;
}
</style>
border-color css
<style>
span { border-color: #CA6E5D; }
span { border-color: rgb(202,110,93); }
td.TdClassName
{
border-color: #CA6E5D;
}
.TagClassName
{
border-color: #CA6E5D;
}
</style>