Shades of Japonica #CA6C5D
Tints of Japonica #CA6C5D
RGB
CMYK
RGB Variations
Color information
#CA6C5D (or 0xCA6C5D) is known color: Japonica. HEX triplet: CA, 6C and 5D. RGB value is (202,108,93). Sum of RGB (Red+Green+Blue) = 202+108+93=403 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.12% from 403); Green value is 108 (42.58% from 255 or 26.80% from 403); Blue value is 93 (36.72% from 255 or 23.08% from 403); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6C5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6C5D is #3593A2. Grayscale: #868686. Windows color (decimal): -3511203 or 6122698. OLE color: 6122698.
HSL color Cylindrical-coordinate representation of color #CA6C5D: hue angle of 8.26º 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 #CA6C5D is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 108 | 93 | - |
| CMYK | 0 | 0.47 | 0.54 | 0.21 |
| HSL | 8.26º | 0.51% | 0.58% | - |
| HSV(B) | 8.26º | 0.54% | 0.79% | - |
| XYZ | 31.7 | 24.07 | 13.33 | - |
| YUV | 134.4 | 104.64 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 108 | 93 | 0 | 0.47 | 0.54 | 0.21 | 8.26 | 0.51 | 0.58 |
| Hex | CA | 6C | 5D | 0 | 2F | 36 | 15 | 8 | 33 | 3A |
| Octal | 312 | 154 | 135 | 0 | 57 | 66 | 25 | 10 | 63 | 72 |
| Binary | 11001010 | 1101100 | 1011101 | 0 | 101111 | 110110 | 10101 | 1000 | 110011 | 111010 |
Color Harmonies of #CA6C5D
Complementary color
Monochromatic Colors of #CA6C5D
Black with #CA6C5D
Text Example
Text Example
White with #CA6C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6C5D; }
p { color: rgb(202,108,93); }
H1.HeaderClassName
{
color: #CA6C5D;
}
.AnyTagClassName
{
color: #CA6C5D;
}
</style>
background-color css
<style>
a { background-color: #CA6C5D; }
a { background-color: rgb(202,108,93); }
div.DivClassName
{
background-color: #CA6C5D;
}
.BgClassName
{
background-color: #CA6C5D;
}
</style>
border-color css
<style>
span { border-color: #CA6C5D; }
span { border-color: rgb(202,108,93); }
td.TdClassName
{
border-color: #CA6C5D;
}
.TagClassName
{
border-color: #CA6C5D;
}
</style>