Shades of Charm #CA647E
Tints of Charm #CA647E
RGB
CMYK
RGB Variations
Color information
#CA647E (or 0xCA647E) is known color: Charm. HEX triplet: CA, 64 and 7E. RGB value is (202,100,126). Sum of RGB (Red+Green+Blue) = 202+100+126=428 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.20% from 428); Green value is 100 (39.45% from 255 or 23.36% from 428); Blue value is 126 (49.61% from 255 or 29.44% from 428); Max value from RGB is 202 - color contains mainly: red. Hex color #CA647E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA647E is #359B81. Grayscale: #858585. Windows color (decimal): -3513218 or 8283338. OLE color: 8283338.
HSL color Cylindrical-coordinate representation of color #CA647E: hue angle of 344.71º 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 #CA647E is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 100 | 126 | - |
| CMYK | 0 | 0.50 | 0.38 | 0.21 |
| HSL | 344.71º | 0.49% | 0.59% | - |
| HSV(B) | 344.71º | 0.5% | 0.79% | - |
| XYZ | 32.68 | 23.18 | 22.49 | - |
| YUV | 133.46 | 123.79 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 100 | 126 | 0 | 0.50 | 0.38 | 0.21 | 344.71 | 0.49 | 0.59 |
| Hex | CA | 64 | 7E | 0 | 32 | 26 | 15 | 159 | 31 | 3B |
| Octal | 312 | 144 | 176 | 0 | 62 | 46 | 25 | 531 | 61 | 73 |
| Binary | 11001010 | 1100100 | 1111110 | 0 | 110010 | 100110 | 10101 | 101011001 | 110001 | 111011 |
Color Harmonies of #CA647E
Complementary color
Monochromatic Colors of #CA647E
Black with #CA647E
Text Example
Text Example
White with #CA647E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA647E; }
p { color: rgb(202,100,126); }
H1.HeaderClassName
{
color: #CA647E;
}
.AnyTagClassName
{
color: #CA647E;
}
</style>
background-color css
<style>
a { background-color: #CA647E; }
a { background-color: rgb(202,100,126); }
div.DivClassName
{
background-color: #CA647E;
}
.BgClassName
{
background-color: #CA647E;
}
</style>
border-color css
<style>
span { border-color: #CA647E; }
span { border-color: rgb(202,100,126); }
td.TdClassName
{
border-color: #CA647E;
}
.TagClassName
{
border-color: #CA647E;
}
</style>