Shades of Japonica #CA6D5D
Tints of Japonica #CA6D5D
RGB
CMYK
RGB Variations
Color information
#CA6D5D (or 0xCA6D5D) is known color: Japonica. HEX triplet: CA, 6D and 5D. RGB value is (202,109,93). Sum of RGB (Red+Green+Blue) = 202+109+93=404 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50% from 404); Green value is 109 (42.97% from 255 or 26.98% from 404); Blue value is 93 (36.72% from 255 or 23.02% from 404); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6D5D is #3592A2. Grayscale: #878787. Windows color (decimal): -3510947 or 6122954. OLE color: 6122954.
HSL color Cylindrical-coordinate representation of color #CA6D5D: hue angle of 8.81º 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 #CA6D5D is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 109 | 93 | - |
| CMYK | 0 | 0.46 | 0.54 | 0.21 |
| HSL | 8.81º | 0.51% | 0.58% | - |
| HSV(B) | 8.81º | 0.54% | 0.79% | - |
| XYZ | 31.8 | 24.28 | 13.37 | - |
| YUV | 134.98 | 104.31 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 109 | 93 | 0 | 0.46 | 0.54 | 0.21 | 8.81 | 0.51 | 0.58 |
| Hex | CA | 6D | 5D | 0 | 2E | 36 | 15 | 9 | 33 | 3A |
| Octal | 312 | 155 | 135 | 0 | 56 | 66 | 25 | 11 | 63 | 72 |
| Binary | 11001010 | 1101101 | 1011101 | 0 | 101110 | 110110 | 10101 | 1001 | 110011 | 111010 |
Color Harmonies of #CA6D5D
Complementary color
Monochromatic Colors of #CA6D5D
Black with #CA6D5D
Text Example
Text Example
White with #CA6D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6D5D; }
p { color: rgb(202,109,93); }
H1.HeaderClassName
{
color: #CA6D5D;
}
.AnyTagClassName
{
color: #CA6D5D;
}
</style>
background-color css
<style>
a { background-color: #CA6D5D; }
a { background-color: rgb(202,109,93); }
div.DivClassName
{
background-color: #CA6D5D;
}
.BgClassName
{
background-color: #CA6D5D;
}
</style>
border-color css
<style>
span { border-color: #CA6D5D; }
span { border-color: rgb(202,109,93); }
td.TdClassName
{
border-color: #CA6D5D;
}
.TagClassName
{
border-color: #CA6D5D;
}
</style>