Shades of Charm #CA707C
Tints of Charm #CA707C
RGB
CMYK
RGB Variations
Color information
#CA707C (or 0xCA707C) is known color: Charm. HEX triplet: CA, 70 and 7C. RGB value is (202,112,124). Sum of RGB (Red+Green+Blue) = 202+112+124=438 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.12% from 438); Green value is 112 (44.14% from 255 or 25.57% from 438); Blue value is 124 (48.83% from 255 or 28.31% from 438); Max value from RGB is 202 - color contains mainly: red. Hex color #CA707C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA707C is #358F83. Grayscale: #8C8C8C. Windows color (decimal): -3510148 or 8155338. OLE color: 8155338.
HSL color Cylindrical-coordinate representation of color #CA707C: hue angle of 352º 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 #CA707C is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 112 | 124 | - |
| CMYK | 0 | 0.45 | 0.39 | 0.21 |
| HSL | 352º | 0.46% | 0.62% | - |
| HSV(B) | 352º | 0.45% | 0.79% | - |
| XYZ | 33.79 | 25.6 | 22.23 | - |
| YUV | 140.28 | 118.82 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 112 | 124 | 0 | 0.45 | 0.39 | 0.21 | 352 | 0.46 | 0.62 |
| Hex | CA | 70 | 7C | 0 | 2D | 27 | 15 | 160 | 2E | 3E |
| Octal | 312 | 160 | 174 | 0 | 55 | 47 | 25 | 540 | 56 | 76 |
| Binary | 11001010 | 1110000 | 1111100 | 0 | 101101 | 100111 | 10101 | 101100000 | 101110 | 111110 |
Color Harmonies of #CA707C
Complementary color
Monochromatic Colors of #CA707C
Black with #CA707C
Text Example
Text Example
White with #CA707C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA707C; }
p { color: rgb(202,112,124); }
H1.HeaderClassName
{
color: #CA707C;
}
.AnyTagClassName
{
color: #CA707C;
}
</style>
background-color css
<style>
a { background-color: #CA707C; }
a { background-color: rgb(202,112,124); }
div.DivClassName
{
background-color: #CA707C;
}
.BgClassName
{
background-color: #CA707C;
}
</style>
border-color css
<style>
span { border-color: #CA707C; }
span { border-color: rgb(202,112,124); }
td.TdClassName
{
border-color: #CA707C;
}
.TagClassName
{
border-color: #CA707C;
}
</style>