Shades of Charm #CA657E
Tints of Charm #CA657E
RGB
CMYK
RGB Variations
Color information
#CA657E (or 0xCA657E) is known color: Charm. HEX triplet: CA, 65 and 7E. RGB value is (202,101,126). Sum of RGB (Red+Green+Blue) = 202+101+126=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 101 (39.84% from 255 or 23.54% from 429); Blue value is 126 (49.61% from 255 or 29.37% from 429); Max value from RGB is 202 - color contains mainly: red. Hex color #CA657E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA657E is #359A81. Grayscale: #868686. Windows color (decimal): -3512962 or 8283594. OLE color: 8283594.
HSL color Cylindrical-coordinate representation of color #CA657E: hue angle of 345.15º 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 #CA657E is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 101 | 126 | - |
| CMYK | 0 | 0.50 | 0.38 | 0.21 |
| HSL | 345.15º | 0.49% | 0.59% | - |
| HSV(B) | 345.15º | 0.5% | 0.79% | - |
| XYZ | 32.78 | 23.37 | 22.52 | - |
| YUV | 134.05 | 123.46 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 101 | 126 | 0 | 0.50 | 0.38 | 0.21 | 345.15 | 0.49 | 0.59 |
| Hex | CA | 65 | 7E | 0 | 32 | 26 | 15 | 159 | 31 | 3B |
| Octal | 312 | 145 | 176 | 0 | 62 | 46 | 25 | 531 | 61 | 73 |
| Binary | 11001010 | 1100101 | 1111110 | 0 | 110010 | 100110 | 10101 | 101011001 | 110001 | 111011 |
Color Harmonies of #CA657E
Complementary color
Monochromatic Colors of #CA657E
Black with #CA657E
Text Example
Text Example
White with #CA657E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA657E; }
p { color: rgb(202,101,126); }
H1.HeaderClassName
{
color: #CA657E;
}
.AnyTagClassName
{
color: #CA657E;
}
</style>
background-color css
<style>
a { background-color: #CA657E; }
a { background-color: rgb(202,101,126); }
div.DivClassName
{
background-color: #CA657E;
}
.BgClassName
{
background-color: #CA657E;
}
</style>
border-color css
<style>
span { border-color: #CA657E; }
span { border-color: rgb(202,101,126); }
td.TdClassName
{
border-color: #CA657E;
}
.TagClassName
{
border-color: #CA657E;
}
</style>