Shades of Charm #CA788F
Tints of Charm #CA788F
RGB
CMYK
RGB Variations
Color information
#CA788F (or 0xCA788F) is known color: Charm. HEX triplet: CA, 78 and 8F. RGB value is (202,120,143). Sum of RGB (Red+Green+Blue) = 202+120+143=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 120 (47.27% from 255 or 25.81% from 465); Blue value is 143 (56.25% from 255 or 30.75% from 465); Max value from RGB is 202 - color contains mainly: red. Hex color #CA788F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA788F is #358770. Grayscale: #939393. Windows color (decimal): -3508081 or 9402570. OLE color: 9402570.
HSL color Cylindrical-coordinate representation of color #CA788F: hue angle of 343.17º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CA788F is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 120 | 143 | - |
| CMYK | 0 | 0.41 | 0.29 | 0.21 |
| HSL | 343.17º | 0.44% | 0.63% | - |
| HSV(B) | 343.17º | 0.41% | 0.79% | - |
| XYZ | 36.03 | 27.97 | 29.49 | - |
| YUV | 147.14 | 125.67 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 120 | 143 | 0 | 0.41 | 0.29 | 0.21 | 343.17 | 0.44 | 0.63 |
| Hex | CA | 78 | 8F | 0 | 29 | 1D | 15 | 157 | 2C | 3F |
| Octal | 312 | 170 | 217 | 0 | 51 | 35 | 25 | 527 | 54 | 77 |
| Binary | 11001010 | 1111000 | 10001111 | 0 | 101001 | 11101 | 10101 | 101010111 | 101100 | 111111 |
Color Harmonies of #CA788F
Complementary color
Monochromatic Colors of #CA788F
Black with #CA788F
Text Example
Text Example
White with #CA788F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA788F; }
p { color: rgb(202,120,143); }
H1.HeaderClassName
{
color: #CA788F;
}
.AnyTagClassName
{
color: #CA788F;
}
</style>
background-color css
<style>
a { background-color: #CA788F; }
a { background-color: rgb(202,120,143); }
div.DivClassName
{
background-color: #CA788F;
}
.BgClassName
{
background-color: #CA788F;
}
</style>
border-color css
<style>
span { border-color: #CA788F; }
span { border-color: rgb(202,120,143); }
td.TdClassName
{
border-color: #CA788F;
}
.TagClassName
{
border-color: #CA788F;
}
</style>