Shades of Charm #CA707D
Tints of Charm #CA707D
RGB
CMYK
RGB Variations
Color information
#CA707D (or 0xCA707D) is known color: Charm. HEX triplet: CA, 70 and 7D. RGB value is (202,112,125). Sum of RGB (Red+Green+Blue) = 202+112+125=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 112 (44.14% from 255 or 25.51% from 439); Blue value is 125 (49.22% from 255 or 28.47% from 439); Max value from RGB is 202 - color contains mainly: red. Hex color #CA707D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA707D is #358F82. Grayscale: #8C8C8C. Windows color (decimal): -3510147 or 8220874. OLE color: 8220874.
HSL color Cylindrical-coordinate representation of color #CA707D: hue angle of 351.33º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CA707D is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 112 | 125 | - |
| CMYK | 0 | 0.45 | 0.38 | 0.21 |
| HSL | 351.33º | 0.46% | 0.62% | - |
| HSV(B) | 351.33º | 0.45% | 0.79% | - |
| XYZ | 33.85 | 25.63 | 22.56 | - |
| YUV | 140.39 | 119.32 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 112 | 125 | 0 | 0.45 | 0.38 | 0.21 | 351.33 | 0.46 | 0.62 |
| Hex | CA | 70 | 7D | 0 | 2D | 26 | 15 | 15F | 2E | 3E |
| Octal | 312 | 160 | 175 | 0 | 55 | 46 | 25 | 537 | 56 | 76 |
| Binary | 11001010 | 1110000 | 1111101 | 0 | 101101 | 100110 | 10101 | 101011111 | 101110 | 111110 |
Color Harmonies of #CA707D
Complementary color
Monochromatic Colors of #CA707D
Black with #CA707D
Text Example
Text Example
White with #CA707D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA707D; }
p { color: rgb(202,112,125); }
H1.HeaderClassName
{
color: #CA707D;
}
.AnyTagClassName
{
color: #CA707D;
}
</style>
background-color css
<style>
a { background-color: #CA707D; }
a { background-color: rgb(202,112,125); }
div.DivClassName
{
background-color: #CA707D;
}
.BgClassName
{
background-color: #CA707D;
}
</style>
border-color css
<style>
span { border-color: #CA707D; }
span { border-color: rgb(202,112,125); }
td.TdClassName
{
border-color: #CA707D;
}
.TagClassName
{
border-color: #CA707D;
}
</style>