Shades of Charm #CA758D
Tints of Charm #CA758D
RGB
CMYK
RGB Variations
Color information
#CA758D (or 0xCA758D) is known color: Charm. HEX triplet: CA, 75 and 8D. RGB value is (202,117,141). Sum of RGB (Red+Green+Blue) = 202+117+141=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 117 (46.09% from 255 or 25.43% from 460); Blue value is 141 (55.47% from 255 or 30.65% from 460); Max value from RGB is 202 - color contains mainly: red. Hex color #CA758D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA758D is #358A72. Grayscale: #919191. Windows color (decimal): -3508851 or 9270730. OLE color: 9270730.
HSL color Cylindrical-coordinate representation of color #CA758D: hue angle of 343.06º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA758D is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 117 | 141 | - |
| CMYK | 0 | 0.42 | 0.30 | 0.21 |
| HSL | 343.06º | 0.45% | 0.63% | - |
| HSV(B) | 343.06º | 0.42% | 0.79% | - |
| XYZ | 35.53 | 27.2 | 28.58 | - |
| YUV | 145.15 | 125.66 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 117 | 141 | 0 | 0.42 | 0.30 | 0.21 | 343.06 | 0.45 | 0.63 |
| Hex | CA | 75 | 8D | 0 | 2A | 1E | 15 | 157 | 2D | 3F |
| Octal | 312 | 165 | 215 | 0 | 52 | 36 | 25 | 527 | 55 | 77 |
| Binary | 11001010 | 1110101 | 10001101 | 0 | 101010 | 11110 | 10101 | 101010111 | 101101 | 111111 |
Color Harmonies of #CA758D
Complementary color
Monochromatic Colors of #CA758D
Black with #CA758D
Text Example
Text Example
White with #CA758D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA758D; }
p { color: rgb(202,117,141); }
H1.HeaderClassName
{
color: #CA758D;
}
.AnyTagClassName
{
color: #CA758D;
}
</style>
background-color css
<style>
a { background-color: #CA758D; }
a { background-color: rgb(202,117,141); }
div.DivClassName
{
background-color: #CA758D;
}
.BgClassName
{
background-color: #CA758D;
}
</style>
border-color css
<style>
span { border-color: #CA758D; }
span { border-color: rgb(202,117,141); }
td.TdClassName
{
border-color: #CA758D;
}
.TagClassName
{
border-color: #CA758D;
}
</style>