Shades of Charm #CA657A
Tints of Charm #CA657A
RGB
CMYK
RGB Variations
Color information
#CA657A (or 0xCA657A) is known color: Charm. HEX triplet: CA, 65 and 7A. RGB value is (202,101,122). Sum of RGB (Red+Green+Blue) = 202+101+122=425 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.53% from 425); Green value is 101 (39.84% from 255 or 23.76% from 425); Blue value is 122 (48.05% from 255 or 28.71% from 425); Max value from RGB is 202 - color contains mainly: red. Hex color #CA657A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA657A is #359A85. Grayscale: #858585. Windows color (decimal): -3512966 or 8021450. OLE color: 8021450.
HSL color Cylindrical-coordinate representation of color #CA657A: hue angle of 347.52º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA657A is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 101 | 122 | - |
| CMYK | 0 | 0.50 | 0.40 | 0.21 |
| HSL | 347.52º | 0.49% | 0.59% | - |
| HSV(B) | 347.52º | 0.5% | 0.79% | - |
| XYZ | 32.52 | 23.27 | 21.19 | - |
| YUV | 133.59 | 121.46 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 101 | 122 | 0 | 0.50 | 0.40 | 0.21 | 347.52 | 0.49 | 0.59 |
| Hex | CA | 65 | 7A | 0 | 32 | 28 | 15 | 15C | 31 | 3B |
| Octal | 312 | 145 | 172 | 0 | 62 | 50 | 25 | 534 | 61 | 73 |
| Binary | 11001010 | 1100101 | 1111010 | 0 | 110010 | 101000 | 10101 | 101011100 | 110001 | 111011 |
Color Harmonies of #CA657A
Complementary color
Monochromatic Colors of #CA657A
Black with #CA657A
Text Example
Text Example
White with #CA657A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA657A; }
p { color: rgb(202,101,122); }
H1.HeaderClassName
{
color: #CA657A;
}
.AnyTagClassName
{
color: #CA657A;
}
</style>
background-color css
<style>
a { background-color: #CA657A; }
a { background-color: rgb(202,101,122); }
div.DivClassName
{
background-color: #CA657A;
}
.BgClassName
{
background-color: #CA657A;
}
</style>
border-color css
<style>
span { border-color: #CA657A; }
span { border-color: rgb(202,101,122); }
td.TdClassName
{
border-color: #CA657A;
}
.TagClassName
{
border-color: #CA657A;
}
</style>